class SyntaxTree::YARV::VM

def throw(tag, value = nil)

def throw(tag, value = nil)
  Kernel.throw(tag, value)
end