Class: Strling::Nodes::Alternation

Inherits:
Data
  • Object
show all
Defined in:
lib/strling/nodes.rb

Instance Attribute Summary collapse

Instance Attribute Details

#alternativesObject (readonly)

Returns the value of attribute alternatives

Returns:

  • (Object)

    the current value of alternatives



9
10
11
# File 'lib/strling/nodes.rb', line 9

def alternatives
  @alternatives
end