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