# File lib/gist/json.rb, line 1250
    def self.const_defined_in?(modul, constant)
      modul.const_defined?(constant, false)
    end