Class: FunWith::Files::Bootstrapper

Inherits:
Object
  • Object
show all
Defined in:
lib/fun_with/files/bootstrapper.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.bootstrapObject



4
5
6
# File 'lib/fun_with/files/bootstrapper.rb', line 4

def self.bootstrap
  self.new.bootstrap
end

Instance Method Details

#bootstrapObject



8
9
10
11
12
13
14
15
# File 'lib/fun_with/files/bootstrapper.rb', line 8

def bootstrap
  load_core_extensions
  install_minimal_requir_functionality
  run_requir
  rootify
  add_filepath_class_methods
  extend_gem_api
end