Method: ParsingMachine#stack

Defined in:
lib/rpeg/parsing_machine.rb

#stackObject (readonly)

These are internals that aren’t useful in the usual case



260
261
262
# File 'lib/rpeg/parsing_machine.rb', line 260

def stack
  @stack
end