# File lib/twitter/rest/friends_and_followers.rb, line 253 def friends(*args) cursor_from_response_with_user(:users, Twitter::User, '/1.1/friends/list.json', args) end