class Geocoder::Lookup::Ip2locationLite
def initialize
def initialize unless configuration[:file].nil? begin @gem_name = 'ip2location_ruby' require @gem_name rescue LoadError raise "Could not load IP2Location DB dependency. To use the IP2LocationLite lookup you must add the #{@gem_name} gem to your Gemfile or have it installed in your system." end end super end