Sha256: a12f9b93285ab230445ffaae153a86e90b37b5f369b986cd5a158acf08e27c7d

Contents?: true

Size: 569 Bytes

Versions: 1

Compression:

Stored size: 569 Bytes

Contents

# Define the prefix for the application code. Only calls matching this pattern
# will be recorded.
MethodTracer::Config.app_path = Rails.application.paths.path.to_s

# Override the default output file. Specify a filename string or an IO or StringIO object
# like `$stdout`.
# MethodTracer::Config.output_file = 'output_file_2.log'

# Create a MethodTracer::Spy object for every gem to be spied on
# MethodTracer::Tracer.new('/var/lib/gems/2.3.0/gems/gibbon-2.2.4/lib/gibbon/')
# MethodTracer::Tracer.new('/var/lib/gems/2.3.0/gems/other_gem-1.0.0/lib/other_gem-1.0.0/')

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
method_call_tracer-0.1.0 lib/generators/method_tracer/templates/initializer.rb