Module: Skeptick::Command::Executable
- Included in:
- Skeptick::Chain, Skeptick::Convert
- Defined in:
- lib/skeptick/command.rb
Instance Method Summary collapse
- #command ⇒ Object
- #execute ⇒ Object (also: #build, #run)
Instance Method Details
#command ⇒ Object
8 9 10 |
# File 'lib/skeptick/command.rb', line 8 def command Command.new(self) end |
#execute ⇒ Object Also known as: build, run
12 13 14 |
# File 'lib/skeptick/command.rb', line 12 def execute command.run end |