module IPDB

Public Class Methods

city(name = nil) click to toggle source
# File lib/ipip-fast.rb, line 7
def self.city(name = nil)
  City.new name
end