module TraceSpy

A Wrapper around TracePoint to provide a more flexible API

@author baweaver @since 0.0.1

Constants

CALL_EVENT

Method call events

LINE_EVENT

Line execution events

RAISE_EVENT

Exception events

RETURN_EVENT

Method return events

VERSION