class Sink::InputSelectWrapper
Public Instance Methods
<<(args)
click to toggle source
# File lib/coroutines/sink.rb, line 113 def <<(args) @target << args if @block.call(args) end
inspect()
click to toggle source
# File lib/coroutines/sink.rb, line 116 def inspect "#<#{@target.inspect}#select>" end