class SyntaxTree::YARV::VM::Stack

def concat(...)

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