class SyntaxTree::YARV::VM::Stack

def pop(...)

def pop(...)
  values.pop(...).tap { events.publish_stack_change(self) }
end