class SyntaxTree::YARV::VM

def require_relative(filepath)

def require_relative(filepath)
  Kernel.yarv_require_relative(filepath)
end