Class: Oselvar::Var::Core::AmbiguityCollision
- Inherits:
-
Data
- Object
- Data
- Oselvar::Var::Core::AmbiguityCollision
- Defined in:
- lib/oselvar/var/core/matcher.rb
Overview
Two or more hits starting at the same position with equal length.
Instance Attribute Summary collapse
-
#candidates ⇒ Object
readonly
Returns the value of attribute candidates.
-
#match_end ⇒ Object
readonly
Returns the value of attribute match_end.
-
#match_start ⇒ Object
readonly
Returns the value of attribute match_start.
Instance Attribute Details
#candidates ⇒ Object (readonly)
Returns the value of attribute candidates
17 18 19 |
# File 'lib/oselvar/var/core/matcher.rb', line 17 def candidates @candidates end |
#match_end ⇒ Object (readonly)
Returns the value of attribute match_end
17 18 19 |
# File 'lib/oselvar/var/core/matcher.rb', line 17 def match_end @match_end end |
#match_start ⇒ Object (readonly)
Returns the value of attribute match_start
17 18 19 |
# File 'lib/oselvar/var/core/matcher.rb', line 17 def match_start @match_start end |