Class: BuildTool::ModuleActions::Clone

Inherits:
Base
  • Object
show all
Defined in:
lib/build-tool/command_actions.rb

Instance Method Summary collapse

Methods inherited from Base

#do

Constructor Details

#initialize(command, mod) ⇒ Clone

Returns a new instance of Clone.



162
163
164
# File 'lib/build-tool/command_actions.rb', line 162

def initialize( command, mod )
    super( command, 20, :fetch, mod )
end

Instance Method Details

#executeObject



166
167
168
169
# File 'lib/build-tool/command_actions.rb', line 166

def execute()
    logger.info "Fetching"
    @module.clone
end