Sha256: fbf55a966c7845992eba6959884b68cf181327a8561fd2d66e6274cb9d4845ac
Contents?: true
Size: 349 Bytes
Versions: 7
Compression:
Stored size: 349 Bytes
Contents
# frozen_string_literal: true # # Entrypoint file for single step instrumentation. # # This file's path is private. Do not reference this file. # begin require_relative 'auto_instrument' rescue StandardError, LoadError => e warn "Single step instrumentation failed: #{e.class}:#{e.message}\n\tSource:\n\t#{Array(e.backtrace).join("\n\t")}" end
Version data entries
7 entries across 7 versions & 1 rubygems