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