Returns A wrapper around the object that’ll set up a reception expectation on it.
Returns:
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