# File lib/twitter/rest/lists.rb, line 59 def list_timeline(*args) arguments = Twitter::Arguments.new(args) merge_list!(arguments.options, arguments.pop) merge_owner!(arguments.options, arguments.pop) perform_get_with_objects('/1.1/lists/statuses.json', arguments.options, Twitter::Tweet) end