Module: Slugforge::Helper::Project

Defined in:
lib/slugforge/helper/project.rb

Instance Method Summary collapse

Instance Method Details

#initialize(args = [], options = {}, config = {}) ⇒ Object



4
5
6
7
8
# File 'lib/slugforge/helper/project.rb', line 4

def initialize(args=[], options={}, config={})
  super
  # Tracking the current command so we can be safe when creating projects
  @current_command = config[:current_command]
end