# File lib/locale/tag/illegular.rb, line 20 def initialize(tag) tag = "en" if tag == nil || tag.empty? @language = tag @tag = tag end