module GeocodingLite
Constants
- VERSION
Public Class Methods
lookup(location)
click to toggle source
# File lib/geocoding_lite.rb, line 7 def self.lookup(location) @geocode ||= Geocode.new @geocode.lookup(location) end