# File lib/i18n/locale/tag/simple.rb, line 19
        def initialize(*tag)
          @tag = tag.join('-').to_sym
        end