Class: Commands::Runners::Exec

Inherits:
Runner show all
Includes:
Concrete
Defined in:
lib/commands/runners/exec.rb

Direct Known Subclasses

Fork

Instance Attribute Summary

Attributes inherited from Runner

#command_data_factory

Instance Method Summary collapse

Methods included from Concrete

included

Methods inherited from Runner

#initialize, #initialize_copy, #make_debug, #make_verbose, #raise_on_failures, #run, #run_impl

Methods included from Mockable

#make_mock

Methods included from Hooker

included

Methods included from Hookable

included

Methods included from Abstract

included

Constructor Details

This class inherits a constructor from Commands::Runners::Runner

Instance Method Details

#exec(aCommand, data) ⇒ Object



13
14
15
# File 'lib/commands/runners/exec.rb', line 13

def exec ( aCommand, data )
  Kernel.exec(*aCommand.to_a)
end