class TreeStack::NodeEnd

Public Instance Methods

push_self(stack) click to toggle source
# File lib/pseudohiki/treestack.rb, line 56
def push_self(stack)
  stack.pop
  nil
end