# File lib/ruby_parser_extras.rb, line 982 def lexpop raise if @stack.size == 0 a = @stack.pop b = @stack.pop @stack.push(a || b) end