# File lib/fog/rackspace/models/identity/users.rb, line 11 def all data = connection.list_users.body['users'] load(data) end