Module: Skeptick::Command::Executable

Included in:
Skeptick::Chain, Skeptick::Convert
Defined in:
lib/skeptick/command.rb

Instance Method Summary collapse

Instance Method Details

#commandObject



8
9
10
# File 'lib/skeptick/command.rb', line 8

def command
  Command.new(self)
end

#executeObject Also known as: build, run



12
13
14
# File 'lib/skeptick/command.rb', line 12

def execute
  command.run
end