10 11 12
# File 'lib/bootscale/core_ext.rb', line 10 def require(path) require_without_cache(Bootscale.cache[path] || path) end
9
# File 'lib/bootscale/core_ext.rb', line 9 alias_method :require_without_cache, :require
3 4 5
# File 'lib/bootscale/core_ext.rb', line 3 def require(path) require_without_cache(Bootscale.cache[path] || path) end
2
# File 'lib/bootscale/core_ext.rb', line 2 alias_method :require_without_cache, :require