# File lib/twitter/client/timelines.rb, line 177
      def retweets_of_me(options={})
        get("/1/statuses/retweets_of_me.json", options).map do |status|
          Twitter::Status.new(status)
        end
      end