Class: Kapusta::Compiler::Language::OrPattern
- Inherits:
-
Struct
- Object
- Struct
- Kapusta::Compiler::Language::OrPattern
- Defined in:
- lib/kapusta/compiler/language.rb
Instance Attribute Summary collapse
-
#alternatives ⇒ Object
Returns the value of attribute alternatives.
Instance Attribute Details
#alternatives ⇒ Object
Returns the value of attribute alternatives
54 55 56 |
# File 'lib/kapusta/compiler/language.rb', line 54 def alternatives @alternatives end |