Class: PragmaticSegmenter::Rule
- Inherits:
-
Struct
- Object
- Struct
- PragmaticSegmenter::Rule
- Defined in:
- lib/pragmatic_segmenter/types.rb
Instance Attribute Summary collapse
-
#pattern ⇒ Object
Returns the value of attribute pattern.
-
#replacement ⇒ Object
Returns the value of attribute replacement.
Instance Attribute Details
#pattern ⇒ Object
Returns the value of attribute pattern
4 5 6 |
# File 'lib/pragmatic_segmenter/types.rb', line 4 def pattern @pattern end |
#replacement ⇒ Object
Returns the value of attribute replacement
4 5 6 |
# File 'lib/pragmatic_segmenter/types.rb', line 4 def replacement @replacement end |