Class: I18nLocaleTagSubtagsTest

Inherits:
Test::Unit::TestCase
  • Object
show all
Includes:
I18n::Locale
Defined in:
lib/vendor/i18n/test/locale/tag/rfc4646_test.rb,
lib/vendor/i18n/test/locale/tag/rfc4646_test.rb

Overview

Tag inheritance

Instance Method Summary collapse

Instance Method Details

#setupObject



42
43
44
45
# File 'lib/vendor/i18n/test/locale/tag/rfc4646_test.rb', line 42

def setup
  subtags = %w(de Latn DE variant a-ext x-phonebk i-klingon)
  @tag = Tag::Rfc4646.new *subtags
end