# File lib/twitter/base.rb, line 28 def update(status, query={}) perform_post("/statuses/update.json", :body => {:status => status}.merge(query)) end