module Kernel

Public Instance Methods

go(prc, *args) click to toggle source
# File lib/channel/runtime.rb, line 12
def go(prc, *args)
  Channel::Runtime.go(prc, *args)
end