Class: Appril::CLI::Install

Inherits:
Object
  • Object
show all
Includes:
Helpers
Defined in:
lib/appril-cli/install.rb

Instance Method Summary collapse

Methods included from Helpers

#create_dirname_for, #expanded_path, #extract_namespace, #fatal_error!, #format_error, #make_executable

Constructor Details

#initialize(path) ⇒ Install

Returns a new instance of Install.



7
8
9
10
11
# File 'lib/appril-cli/install.rb', line 7

def initialize path
  install(path)
  post_install(path)
  puts "Done. All files installed into #{path}"
end