Module: Berkshelf::Command

Defined in:
lib/berkshelf/command.rb

Overview

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

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



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

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