Method: Lookout::Object::Not#receive

Defined in:
lib/lookout-3.0/object/not.rb

#receiveReceive

Returns A wrapper around the object that’ll set up a reception expectation on it.

Returns:

  • (Receive)

    A wrapper around the object that’ll set up a reception expectation on it



15
# File 'lib/lookout-3.0/object/not.rb', line 15

def receive; Receive.new(@object) end