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
-
#initialize(options = {}) ⇒ Object
Initialize a new instance of the parent class.
Instance Method Details
#initialize(options = {}) ⇒ Object
Initialize a new instance of the parent class
8 9 10 |
# File 'lib/berkshelf/command.rb', line 8 def initialize( = {}) = end |