Sha256: e2d0f0fe026e408e7ba86db9f6e1f1acbcbb769b80c92bf6c0d927910927fbbf
Contents?: true
Size: 312 Bytes
Versions: 26
Compression:
Stored size: 312 Bytes
Contents
module Graticule #:nodoc: module Geocoder #:nodoc: # Bogus geocoder that can be used for test purposes class Bogus # returns a new location with the address set to the original query string def locate(address) Location.new :street => address end end end end
Version data entries
26 entries across 26 versions & 7 rubygems