# File lib/rudy/metadata/machine.rb, line 85
85:     def to_s(*args)
86:       [self.name.bright, self.instid, self.dns_public].join '; '
87:     end