318 319 320
# File 'lib/aws_cloud_map.rb', line 318 def self.all @@ec2.describe_snapshots.map { |snapshot| new(snapshot) } end