Module: TraceSpy

Defined in:
lib/trace_spy.rb,
lib/trace_spy/method.rb,
lib/trace_spy/version.rb

Overview

A Wrapper around TracePoint to provide a more flexible API

Author:

  • baweaver

Since:

  • 0.0.1

Defined Under Namespace

Classes: Method

Constant Summary collapse

CALL_EVENT =

Method call events

Since:

  • 0.0.1

Set.new([:call, :c_call])
RETURN_EVENT =

Method return events

Since:

  • 0.0.1

Set.new([:return, :c_return])
RAISE_EVENT =

Exception events

Since:

  • 0.0.1

Set.new([:raise])
LINE_EVENT =

Line execution events

Since:

  • 0.0.1

Set.new([:line])
VERSION =

Since:

  • 0.0.1

"0.0.3"