class RedParse::ValueNode
Public Instance Methods
reducer_method(stack)
click to toggle source
# File lib/redparse.rb, line 763 def reducer_method(stack) :"reduce_with_tos_#{stack[-3].reducer_ident}_then_#{reducer_ident}" end