class Locale::Tag::Irregular
Broken tag class.
def candidates
def candidates [Irregular.new(tag)] end
def convert_to(klass)
def convert_to(klass) klass.new(tag) end
def initialize(tag)
def initialize(tag) tag = "en" if tag == nil or tag == "" super(tag.to_s) @tag = tag end