class GitCompound::Command::Procedure::Show

Show command procedure class

Public Instance Methods

execute!() click to toggle source
# File lib/git_compound/command/procedure/show.rb, line 9
def execute!
  Logger.info 'Processing components list ...'
  super
end