class SyntaxTree::YARV::VM

def require(filepath)

def require(filepath)
  require_internal(filepath, loading: false)
end