module Kernel

@api private

Public Instance Methods

require(name) click to toggle source
# File lib/influx_reporter/injections.rb, line 79
def require(name)
  res = require_without_op name

  begin
    InfluxReporter::Injections.hook_into name
  rescue Exception
  end

  res
end
Also aliased as: require_without_op
require_without_op(name)
Alias for: require