Object
class Object
Object extensions for Minitest::Mock.
Public Instance Methods
Add a temporary stubbed method replacing name
for the duration of the block
. If val_or_callable
responds to call, then it returns the result of calling it, other