class Geocoder::ConfigurationHash

def method_missing(meth, *args, &block)

def method_missing(meth, *args, &block)
  has_key?(meth) ? self[meth] : super
end