Method: Kernel.require_with_cache

Defined in:
lib/bootscale/setup.rb

.require_with_cache(path) ⇒ Object Also known as: require



11
12
13
# File 'lib/bootscale/setup.rb', line 11

def require_with_cache(path)
  require_without_cache(Bootscale[path] || path)
end