Sha256: f1c560312f6520aeb08e7d8c98bf6c7f201cc880fc7c85dc53b15c3f6ae7d4c8
Contents?: true
Size: 623 Bytes
Versions: 1
Compression:
Stored size: 623 Bytes
Contents
# Changelog ## 1.0.0 - Accept a second, optional parameter in the initializer so we can short-circuit matching methods based on the class name for performance. This is so useful that the initializer's two arguments are now both keywords, indicating equal importance. - MethodTracer::Tracer no longer creates TracePoints upon initialization. Use the new `#enable` method to begin tracing. - Change output format to be even more machine-readable ## 0.2.0 - Rewrite to use Ruby's TracePoint instead of manually unbinding and rebinding methods. This has fewer side effects, but is much slower. ## 0.1.0 - Initial release
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
method_call_tracer-1.0.0 | CHANGELOG.md |