# File lib/rudy/global.rb, line 101
101:     def zone=(z)
102:       @zone = z
103:       @region = @zone.to_s.gsub(/[a-z]$/, '').to_sym
104:     end