module Kernel
Allow hooking require @api private
Private Instance Methods
require(name)
click to toggle source
# File lib/skylight/core/probes.rb, line 117 def require(name) ret = require_without_sk(name) begin Skylight::Core::Probes.require_hook(name) rescue Exception # FIXME: Log these errors end ret end
Also aliased as: require_without_sk