Class: TwitterCldr::Segmentation::NoBreakRule

Inherits:
Rule
  • Object
show all
Defined in:
lib/twitter_cldr/segmentation/rule.rb

Instance Attribute Summary

Attributes inherited from Rule

#id, #left, #right, #string

Instance Method Summary collapse

Methods inherited from Rule

#initialize, #match

Constructor Details

This class inherits a constructor from TwitterCldr::Segmentation::Rule

Instance Method Details

#boundary_symbolObject



69
70
71
# File 'lib/twitter_cldr/segmentation/rule.rb', line 69

def boundary_symbol
  :no_break
end

#break?Boolean

Returns:

  • (Boolean)


73
74
75
# File 'lib/twitter_cldr/segmentation/rule.rb', line 73

def break?
  false
end