# File lib/rudy/aws/ec2/address.rb, line 11 11: def liner_note 12: info = self.associated? ? @instid : "available" 13: "%s (%s)" % [@ipaddress.to_s.bright, info] 14: end