Sha256: 55c0952dc2fbec4cb69d108d3c2d580cac7b9423c6bd566e2afec55bf0f5e9be
Contents?: true
Size: 637 Bytes
Versions: 1
Compression:
Stored size: 637 Bytes
Contents
# encoding: UTF-8 # Copyright 2012 Twitter, Inc # http://www.apache.org/licenses/LICENSE-2.0 module TwitterCldr module Resources module Properties class IndicPositionalCategoryPropertyImporter < PropertyImporter DATA_URL = 'ucd/IndicPositionalCategory.txt' PROPERTY_NAME = 'Indic_Positional_Category' def initialize(input_path, database) super( input_path: input_path, property_name: PROPERTY_NAME, data_url: DATA_URL, data_path: File.basename(DATA_URL), database: database ) end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
twitter_cldr-4.0.0 | lib/twitter_cldr/resources/properties/indic_positional_category_property_importer.rb |