Class: GitCompound::Command::Procedure::Check

Inherits:
Procedure
  • Object
show all
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

included, #initialize

Methods inherited from Procedure

#execute, #execute_step, #initialize, options, to_s

Methods included from Logger::Debugger

#debug_after, #debug_before

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