# File lib/i18n/locale/tag/rfc4646.rb, line 18
          def tag(tag)
            matches = parser.match(tag)
            new(*matches) if matches
          end