class SyntaxTree::YARV::InvokeBlock

def call(vm)

def call(vm)
  vm.push(vm.frame_yield.block.call(*vm.pop(calldata.argc)))
end