Method: Parser::VariablesStack#pop

Defined in:
lib/parser/variables_stack.rb

#popObject

[View source]

19
20
21
# File 'lib/parser/variables_stack.rb', line 19

def pop
  @stack.pop
end