# File lib/twitter/api.rb, line 2145
    def update(status, options={})
      object_from_response(Twitter::Tweet, :post, "/1/statuses/update.json", options.merge(:status => status))
    end