module Spy
Top-level module that implements the Spy::API
Spy::API
was pulled out to make it easy to create multiple different modules that implement Spy::API
(which effectively namespaces the spies)
An instance of a spied method
-
Holds a reference to the original method
-
Wraps the original method
-
Provides hooks for callbacks
Constants
- VERSION