Module: Zizq::_Dispatcher
- Defined in:
- sig/zizq.rbs
Overview
Any object that can dispatch a job. Must respond to #call(job).
Instance Method Summary collapse
Instance Method Details
#call ⇒ void
This method returns an undefined value.
79 |
# File 'sig/zizq.rbs', line 79
def call: (Resources::Job) -> void
|