# File lib/rspec/mocks/matchers/have_received.rb, line 15 def matches?(subject) @subject = subject @expectation = expect expected_messages_received? end