# File lib/twitter/client/tweets.rb, line 44
      def update(status, options={})
        response = post('1/statuses/update', options.merge(:status => status))
        format.to_s.downcase == 'xml' ? response['status'] : response
      end