class I18n::Locale::Tag::Simple
Attributes
Public Class Methods
Source
# File lib/i18n/locale/tag/simple.rb, line 17 def initialize(*tag) @tag = tag.join('-').to_sym end
# File lib/i18n/locale/tag/simple.rb, line 17 def initialize(*tag) @tag = tag.join('-').to_sym end