class SyntaxTree::YARV::PutSelf

def call(vm)

def call(vm)
  vm.push(vm.frame._self)
end