Module: Kernel
- Defined in:
- lib/channel/runtime.rb
Instance Method Summary collapse
Instance Method Details
#go(prc, *args) ⇒ Object
12 13 14 |
# File 'lib/channel/runtime.rb', line 12 def go(prc, *args) Channel::Runtime.go(prc, *args) end |