class GitCompound::Command::Procedure::Show
Show
command procedure class
Public Instance Methods
execute!()
click to toggle source
Calls superclass method
GitCompound::Command::Procedure::Procedure#execute!
# File lib/git_compound/command/procedure/show.rb, line 9 def execute! Logger.info 'Processing components list ...' super end