# File lib/twitter/rest/undocumented.rb, line 26 def following_followers_of(*args) cursor_from_response_with_user(:users, Twitter::User, '/users/following_followers_of.json', args) end