module GeoIP::DB
Constants
- PATH
- URL
Public Class Methods
instance()
click to toggle source
# File lib/geoip-db.rb, line 8 def self.instance Thread.current[:geoip] ||= GeoIP.new(PATH) end
# File lib/geoip-db.rb, line 8 def self.instance Thread.current[:geoip] ||= GeoIP.new(PATH) end