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