Class: Strling::Nodes::Alternation
- Inherits:
-
Data
- Object
- Data
- Strling::Nodes::Alternation
- Defined in:
- lib/strling/nodes.rb
Instance Attribute Summary collapse
-
#alternatives ⇒ Object
readonly
Returns the value of attribute alternatives.
Instance Attribute Details
#alternatives ⇒ Object (readonly)
Returns the value of attribute alternatives
9 10 11 |
# File 'lib/strling/nodes.rb', line 9 def alternatives @alternatives end |