Module: Kernel

Defined in:
lib/bootscale/core_ext.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.require(path) ⇒ Object



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

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

.require_without_cacheObject



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

alias_method :require_without_cache, :require

Instance Method Details

#require(path) ⇒ Object



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

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

#require_without_cacheObject



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

alias_method :require_without_cache, :require