Sha256: a30ca64d28aea657175ad91fe78527abc2e4c1f937fb5ade61496a3a602e8dd1
Contents?: true
Size: 673 Bytes
Versions: 41
Compression:
Stored size: 673 Bytes
Contents
# encoding: UTF-8 # Copyright 2012 Twitter, Inc # http://www.apache.org/licenses/LICENSE-2.0 module TwitterCldr module Resources module Properties class IndicSyllabicCategoryPropertyImporter < PropertyImporter DATA_FILE = 'ucd/IndicSyllabicCategory.txt' PROPERTY_NAME = 'Indic_Syllabic_Category' requirement :unicode, Versions.unicode_version, [DATA_FILE] output_path 'unicode_data/properties' ruby_engine :mri def property_name PROPERTY_NAME end private def source_path requirements[:unicode].source_path_for(DATA_FILE) end end end end end
Version data entries
41 entries across 41 versions & 2 rubygems
Version | Path |
---|---|
twitter_cldr-4.1.0 | lib/twitter_cldr/resources/properties/indic_syllabic_category_property_importer.rb |