# File lib/twitter/client/tweets.rb, line 158 def update(status, options={}) status = post("/1/statuses/update.json", options.merge(:status => status)) Twitter::Status.new(status) end