Class: Kobako::Runtime::GuestYielder

Inherits:
Object
  • Object
show all
Defined in:
sig/kobako/runtime.rbs

Overview

Frame-scoped guest re-entry handle the ext hands the dispatch Proc as its second argument; stands in as the String -> String callable the host Transport::Yielder invokes for a block yield.

Instance Method Summary collapse

Instance Method Details

#callString

Parameters:

  • args_bytes (String)

Returns:

  • (String)


30
# File 'sig/kobako/runtime.rbs', line 30

def call: (String args_bytes) -> String