Method: Cmds#stream
- Defined in:
- lib/cmds/stream.rb
#stream(*args, **kwds, &io_block) ⇒ Fixnum
stream a command.
13 14 15 16 17 18 19 20 |
# File 'lib/cmds/stream.rb', line 13 def stream *args, **kwds, &io_block logger.trace "entering Cmds#stream", args: args, kwds: kwds, io_block: io_block spawn *args, **kwds, &io_block end |