Module: Berkshelf::Command

Defined in:
lib/berkshelf/command.rb

Overview

This superclass is responsible for handling common command methods and options.

Author:

Instance Method Summary collapse

Instance Method Details

#initialize(options = {}) ⇒ Object

Initialize a new instance of the parent class

Parameters:

  • options (Hash) (defaults to: {})

    the list of options to pass to the installer



9
10
11
# File 'lib/berkshelf/command.rb', line 9

def initialize(options = {})
  @options = options
end