# File lib/twitter/api.rb, line 949
    def lists_subscribed_to(*args)
      objects_from_response(Twitter::List, :get, "/1/lists/all.json", args)
    end