Module: Berkshelf::Formatters::AbstractFormatter Abstract

Extended by:
ActiveSupport::Concern
Included in:
HumanReadable, JSON, Null
Defined in:
lib/berkshelf/formatters.rb

Overview

This module is abstract.

Include and override #install #use #upload #msg #error to implement.

Implement #cleanup_hook to run any steps required to run after the task is finished

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#cleanup_hookObject



82
83
84
# File 'lib/berkshelf/formatters.rb', line 82

def cleanup_hook
  # run after the task is finished
end