Class: Commands::Runners::Popen
- Defined in:
- lib/commands/runners/popen.rb
Instance Attribute Summary
Attributes inherited from Runner
Instance Method Summary collapse
-
#initialize(*a, &b) ⇒ Popen
constructor
A new instance of Popen.
Methods inherited from Fork
#abort, #before_exec, #exception_raised_during_exec, #kill, #run_impl
Methods included from Concrete
Methods inherited from Exec
Methods inherited from Runner
#initialize_copy, #make_debug, #make_verbose, #raise_on_failures, #run, #run_impl
Methods included from Mockable
Methods included from Hooker
Methods included from Hookable
Methods included from Abstract
Constructor Details
#initialize(*a, &b) ⇒ Popen
Returns a new instance of Popen.
13 14 15 16 |
# File 'lib/commands/runners/popen.rb', line 13 def initialize ( *a, &b ) super @command_data_factory.command_data_class = Datas::Pipe end |