Class: RegularExpression::NFA::Transition::EndAnchor
- Inherits:
-
Struct
- Object
- Struct
- RegularExpression::NFA::Transition::EndAnchor
- Defined in:
- lib/regular_expression/nfa.rb
Instance Attribute Summary collapse
-
#state ⇒ Object
Returns the value of attribute state.
Instance Method Summary collapse
Instance Attribute Details
#state ⇒ Object
Returns the value of attribute state
62 63 64 |
# File 'lib/regular_expression/nfa.rb', line 62 def state @state end |
Instance Method Details
#label ⇒ Object
63 64 65 |
# File 'lib/regular_expression/nfa.rb', line 63 def label "\\z" end |