# File lib/twitter/rest/places_and_geo.rb, line 19
      def place(place_id, options = {})
        perform_get_with_object("/1.1/geo/id/#{place_id}.json", options, Twitter::Place)
      end