class GeoDB

Public Class Methods

country_path() click to toggle source
# File lib/geo_db.rb, line 6
def self.country_path
  File.expand_path('../GeoIP.dat', __FILE__)
end
path() click to toggle source
# File lib/geo_db.rb, line 2
def self.path
  File.expand_path('../GeoLiteCity.dat', __FILE__)
end