Class: RegularExpression::NFA::Transition::Any
- Inherits:
-
Struct
- Object
- Struct
- RegularExpression::NFA::Transition::Any
- 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
68 69 70 |
# File 'lib/regular_expression/nfa.rb', line 68 def state @state end |
Instance Method Details
#label ⇒ Object
69 70 71 |
# File 'lib/regular_expression/nfa.rb', line 69 def label "." end |