Class: Kobako::Runtime::GuestYielder
- Inherits:
-
Object
- Object
- Kobako::Runtime::GuestYielder
- 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
#call ⇒ String
30 |
# File 'sig/kobako/runtime.rbs', line 30
def call: (String args_bytes) -> String
|