class Sink::InputMapWrapper

Public Instance Methods

<<(args) click to toggle source
# File lib/coroutines/sink.rb, line 104
def <<(args)
        @target << @block.call(args)
end
inspect() click to toggle source
# File lib/coroutines/sink.rb, line 107
def inspect
        "#<#{@target.inspect}#input_map>"
end