# File lib/rudy/aws/ec2/image.rb, line 17 17: def to_s(with_title=false) 18: [@awsid.bright, @arch, @visibility, @location].join '; ' 19: end