# File lib/rspec/matchers/eq.rb, line 6
def
matches?
(
actual
)
super
(
actual
)
==
expected
end