Class: GitCompound::Command::Procedure::Check
- Includes:
- Element::Manifest
- Defined in:
- lib/git_compound/command/procedure/check.rb
Overview
Check command procedure class
Instance Method Summary collapse
Methods included from Element::Manifest
Methods inherited from Procedure
#execute, #execute_step, #initialize, options, to_s
Methods included from Logger::Debugger
Instance Method Details
#execute! ⇒ Object
9 10 11 12 |
# File 'lib/git_compound/command/procedure/check.rb', line 9 def execute! super Logger.info 'OK' end |