Class: Module
- Inherits:
-
Object
- Object
- Module
- Defined in:
- lib/bootscale/setup.rb
Instance Method Summary collapse
- #autoload_with_cache(const, path) ⇒ Object (also: #autoload)
Instance Method Details
#autoload_with_cache(const, path) ⇒ Object Also known as: autoload
20 21 22 |
# File 'lib/bootscale/setup.rb', line 20 def autoload_with_cache(const, path) autoload_without_cache(const, Bootscale[path] || path) end |