# File lib/twitter/client/list.rb, line 281 def subscriptions(*args) options = {:cursor => -1}.merge(args.last.is_a?(Hash) ? args.pop : {}) user = args.pop || get_screen_name merge_user_into_options!(user, options) response = get("1/lists/subscriptions", options) format.to_s.downcase == 'xml' ? response['lists_list'] : response end