Class: CreateBundleDir

Inherits:
CreateDirectory show all
Defined in:
lib/vpm/tasks/create_bundle_dir.rb

Instance Method Summary collapse

Methods inherited from CreateDirectory

#perform, #undo

Constructor Details

#initializeCreateBundleDir

Returns a new instance of CreateBundleDir.



2
3
4
# File 'lib/vpm/tasks/create_bundle_dir.rb', line 2

def initialize
  super VPM.bundle_dir_path
end