class Geocoder::Result::Maxmind

def respond_to?(method)

def respond_to?(method)
  if field_names.include?(method)
    true
  else
    super
  end
end