= private = protected
out(dev = STDOUT, &block)
Calls device.print on the result passing the block to #transact
# File lib/shell/command-processor.rb, line 284 def out(dev = STDOUT, &block) dev.print transact(&block) end