# File lib/spec/matchers/eql.rb, line 8
      def matches?(actual)
        @actual = actual
        @actual.eql?(@expected)
      end