class TwitterCldr::Resources::Properties::ScriptPropertyImporter
Constants
- DATA_FILE
- PROPERTY_NAME
Public Instance Methods
property_name()
click to toggle source
# File lib/twitter_cldr/resources/properties/script_property_importer.rb, line 18 def property_name PROPERTY_NAME end
Private Instance Methods
source_path()
click to toggle source
# File lib/twitter_cldr/resources/properties/script_property_importer.rb, line 24 def source_path requirements[:unicode].source_path_for(DATA_FILE) end