# File lib/locale/tag/simple.rb, line 130 def region=(val) clear @region = val @region = @region.upcase if @region @region end