class TwitterCldr::Resources::Properties::DerivedCorePropertiesImporter

Constants

DATA_FILE

Private Instance Methods

load() click to toggle source
Calls superclass method
# File lib/twitter_cldr/resources/properties/derived_core_properties_importer.rb, line 23
def load
  super do |data, ret|
    code_points = expand_range(data[0])
    property_name = format_property_value(data[1])
    ret[property_name][nil] += code_points
  end
end
source_path() click to toggle source
# File lib/twitter_cldr/resources/properties/derived_core_properties_importer.rb, line 19
def source_path
  requirements[:unicode].source_path_for(DATA_FILE)
end