class TwitterCldr::Resources::Properties::SentenceBreakPropertyImporter

Constants

DATA_FILE
PROPERTY_NAME

Public Instance Methods

property_name() click to toggle source
# File lib/twitter_cldr/resources/properties/sentence_break_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/sentence_break_property_importer.rb, line 24
def source_path
  requirements[:unicode].source_path_for(DATA_FILE)
end