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