# File lib/twitter/rest/lists.rb, line 33 def lists(*args) objects_from_response_with_user(Twitter::List, :get, '/1.1/lists/list.json', args) end