Class: ObjectiveCommand::Runners::Popen

Inherits:
Fork show all
Defined in:
lib/objective_command/runners/popen.rb

Instance Attribute Summary

Attributes inherited from Runner

#command_data_factory

Instance Method Summary collapse

Methods inherited from Fork

#abort, #before_exec, #exception_raised_during_exec, #failure, #fork, #kill

Methods inherited from Exec

#exec

Methods inherited from Runner

#apply_options, #fork, #initialize_copy, #make_debug, #make_verbose, #raise_on_failures, #run

Methods included from Mockable

#make_mock

Methods included from Hooker

#hook_method

Methods included from Hookable

#disable_hook, #hook_trigger, #hooker_subscribe, #subscribe_hook

Constructor Details

#initialize(*a, &b) ⇒ Popen

Returns a new instance of Popen.



13
14
15
16
# File 'lib/objective_command/runners/popen.rb', line 13

def initialize ( *a, &b )
  super
  @command_data_factory.command_data_class = Datas::Pipe
end