class Cuprum::Utils::InstanceSpy::Spy

Minimal class that implements a call method to mirror method calls to instances of an instrumented command class.

Public Instance Methods

call(*_args, &block) click to toggle source

Empty method that accepts any arguments and an optional block.

# File lib/cuprum/utils/instance_spy.rb, line 39
def call(*_args, &block); end