# File lib/twitter/client/geo.rb, line 25
      def places_nearby(options={})
        get('1/geo/search', options, :format => :json)['result']['places']
      end