Method: Overcommit::Hook::Base#description

Defined in:
lib/overcommit/hook/base.rb

#descriptionObject



56
57
58
# File 'lib/overcommit/hook/base.rb', line 56

def description
  @config['description'] || "Running #{name}"
end