module Geocoder

def self.config


Read-only access to the singleton's config data.
#
def self.config
  Configuration.instance.data
end