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