# File lib/fog/aws/models/efs/file_systems.rb, line 9 def all data = service.describe_file_systems.body["FileSystems"] load(data) end