# File lib/i18n/locale/tag/rfc4646.rb, line 42
def
to_s
@tag
||=
to_a
.
compact
.
join
(
"-"
)
end