# File lib/active_support/vendor/i18n-0.4.1/i18n/locale/tag/rfc4646.rb, line 20
          def tag(tag)
            matches = parser.match(tag)
            new(*matches) if matches
          end