class Geocoder::Lookup::Base

def handle


Symbol which is used in configuration to refer to this Lookup.
#
def handle
  str = self.class.to_s
  str[str.rindex(':')+1..-1].gsub(/([a-z\d]+)([A-Z])/,'\1_\2').downcase.to_sym
end