class GeoIP::Region

Public Instance Methods

to_hash() click to toggle source
# File lib/geoip.rb, line 127
def to_hash
  Hash[each_pair.to_a]
end