51 52 53
# File 'lib/eclair/instance.rb', line 51 def image **options Aws.images(**options).find{|i| i.image_id == object.image_id} end