Module: SpeCuke

Extended by:
SpeCuke
Included in:
SpeCuke
Defined in:
lib/spe_cuke.rb,
lib/spe_cuke/target.rb,
lib/spe_cuke/version.rb,
lib/spe_cuke/environment.rb,
lib/spe_cuke/target/base.rb

Defined Under Namespace

Modules: Target Classes: Environment

Constant Summary collapse

VERSION =
"0.3.0"

Instance Method Summary collapse

Instance Method Details

#wrap_execute!(commands) ⇒ Object



4
5
6
7
# File 'lib/spe_cuke.rb', line 4

def wrap_execute!(commands)
  puts commands.join(' ')
  system(*commands)
end