class ElasticAPM::Injectors::Registration

@api private

def initialize(const_name, require_paths, injector)

def initialize(const_name, require_paths, injector)
  @const_name = const_name
  @require_paths = Array(require_paths)
  @injector = injector
end

def install

def install
  injector.install
end