Class: FunWith::Files::Bootstrapper
- Inherits:
-
Object
- Object
- FunWith::Files::Bootstrapper
- Defined in:
- lib/fun_with/files/bootstrapper.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.bootstrap ⇒ Object
4 5 6 |
# File 'lib/fun_with/files/bootstrapper.rb', line 4 def self.bootstrap self.new.bootstrap end |
Instance Method Details
#bootstrap ⇒ Object
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 |