# File lib/twitter/client/places_and_geo.rb, line 106 def place_create(options={}) place = post("/1/geo/place.json", options) Twitter::Place.new(place) end