Module: Kernel

Defined in:
lib/bootscale/core_ext.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

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



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

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

Instance Method Details

#requireObject Also known as: require_without_cache



7
8
9
# File 'lib/bootscale/core_ext.rb', line 7

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

#require_with_cache(path) ⇒ Object



2
3
4
# File 'lib/bootscale/core_ext.rb', line 2

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