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
2 3 4 |
# File 'lib/pragmatic_segmenter/types.rb', line 2 def pattern @pattern end |
#replacement ⇒ Object
Returns the value of attribute replacement
2 3 4 |
# File 'lib/pragmatic_segmenter/types.rb', line 2 def replacement @replacement end |