Class: Varar::Core::ParamSpan
- Inherits:
-
Data
- Object
- Data
- Varar::Core::ParamSpan
- Defined in:
- lib/varar/core/matcher.rb
Overview
UTF-16 start/end of one captured parameter within a sentence.
Instance Attribute Summary collapse
-
#end ⇒ Object
readonly
Returns the value of attribute end.
-
#start ⇒ Object
readonly
Returns the value of attribute start.
Instance Attribute Details
#end ⇒ Object (readonly)
Returns the value of attribute end
8 9 10 |
# File 'lib/varar/core/matcher.rb', line 8 def end @end end |
#start ⇒ Object (readonly)
Returns the value of attribute start
8 9 10 |
# File 'lib/varar/core/matcher.rb', line 8 def start @start end |