Module: Kubes::Booter
Instance Method Summary collapse
- #boot ⇒ Object
- #run_hook(env = nil) ⇒ Object
-
#run_hooks ⇒ Object
Special boot hooks run super early, even before plugins are loaded.
Instance Method Details
#boot ⇒ Object
3 4 5 |
# File 'lib/kubes/booter.rb', line 3 def boot run_hooks end |