Method: PuppetfileEditor::Logging#mod_message

Defined in:
lib/puppetfile_editor/cli.rb

#mod_message(mod, indent) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



138
139
140
# File 'lib/puppetfile_editor/cli.rb', line 138

def mod_message(mod, indent)
  log("#{mod.name.ljust(indent)} => #{mod.message}", mod.status)
end