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