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