# File lib/rudy/global.rb, line 106 106: def region=(r) 107: @region = r 108: @zone = "#{@region}b".to_sym 109: end