Class: Depends::Commands::Install

Inherits:
Base
  • Object
show all
Defined in:
lib/depends/commands/install.rb

Instance Method Summary collapse

Methods inherited from Base

exit!, fatal!, #initialize, #reconfigure, #run

Constructor Details

This class inherits a constructor from Depends::Commands::Base

Instance Method Details

#run_applicationObject



18
19
20
21
22
23
24
# File 'lib/depends/commands/install.rb', line 18

def run_application
  check_for_file
  load_depends_file
  download_extract
  link
  update_ignores
end

#setup_applicationObject



14
15
16
# File 'lib/depends/commands/install.rb', line 14

def setup_application
  Log.info "Installing dependencies..."
end