class Geocoder::IpAddress

def initialize(ip)

def initialize(ip)
  ip = ip.to_string if ip.is_a?(IPAddr)
  super(ip)
end