# File lib/rudy/aws/ec2/zone.rb, line 11
11:       def to_s(titles=false)
12:         [@name.bright, @region, @state].join '; '
13:       end