method
out
ruby latest stable - Class:
Shell ::CommandProcessor
out(dev = STDOUT, &block)public
Calls device.print on the result passing the block to #transact
# File lib/shell/command-processor.rb, line 285
def out(dev = STDOUT, &block)
dev.print transact(&block)
end