Class: TwitterCldr::Resources::CollationTestsImporter

Inherits:
Importer
  • Object
show all
Defined in:
lib/twitter_cldr/resources/collation_tests_importer.rb

Constant Summary collapse

ZIP_FILE =
'CollationAuxiliary.zip'.freeze
TEST_FILES =
%w[
  CollationTest_CLDR_NON_IGNORABLE.txt
  CollationTest_CLDR_NON_IGNORABLE_SHORT.txt
].freeze

Constants inherited from Importer

Importer::DEFAULT_ENGINE

Instance Attribute Summary

Attributes inherited from Importer

#params, #requirements

Method Summary

Methods inherited from Importer

#can_import?, default_params, #import, #initialize, locales, output_path, parameter, parameters, #prepare, requirement, requirements, ruby_engine

Constructor Details

This class inherits a constructor from TwitterCldr::Resources::Importer