class ElasticAPM::Normalizers::ActionView::RenderNormalizer
def gem_path(path)
def gem_path(path) root = Gem.path.find { |gp| path.start_with? gp } return unless root format '$GEM_PATH/%s', strip_root(root, path) end
def gem_path(path) root = Gem.path.find { |gp| path.start_with? gp } return unless root format '$GEM_PATH/%s', strip_root(root, path) end