# File lib/twitter/client/places_and_geo.rb, line 27 def places_nearby(options={}) get("/1/geo/search.json", options)['result']['places'].map do |place| Twitter::Place.new(place) end end