# File lib/twitter/client/timeline.rb, line 188
      def retweets_of_me(options={})
        response = get('1/statuses/retweets_of_me', options)
        format.to_s.downcase == 'xml' ? response['statuses'] : response
      end