# File lib/ruby_parser_extras.rb, line 1300 def inspect "StackState(#{@name}, #{@stack.inspect})" end
# File lib/ruby_parser_extras.rb, line 1304 def is_in_state p :stack_is_in_state => [name, @stack.last, caller.first] if debug @stack.last end
# File lib/ruby_parser_extras.rb, line 1309 def lexpop p :stack_lexpop => caller.first if debug raise if @stack.size == 0 a = @stack.pop b = @stack.pop @stack.push(a || b) end
Generated with the Darkfish Rdoc Generator 2.