Class: Module

Inherits:
Object
  • Object
show all
Defined in:
lib/bootscale/setup.rb

Instance Method Summary collapse

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