class TwitterCldr::Resources::Properties::EastAsianWidthPropertyImporter
Constants
- DATA_FILE
- PROPERTY_NAME
Public Instance Methods
property_name()
click to toggle source
# File lib/twitter_cldr/resources/properties/east_asian_width_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/east_asian_width_property_importer.rb, line 24 def source_path requirements[:unicode].source_path_for(DATA_FILE) end