Class: Bricky::Commands::Install

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

Defined Under Namespace

Classes: InstallThor

Instance Attribute Summary

Attributes inherited from Base

#options

Instance Method Summary collapse

Methods inherited from Base

#initialize, #logger

Constructor Details

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

Instance Method Details

#executeObject



7
8
9
10
11
# File 'lib/bricky/commands/install.rb', line 7

def execute
  logger.important 'Setup bricky configuration files'
  installer = InstallThor.new
  installer.execute
end