# File lib/rspec/matchers/built_in/eql.rb, line 5
        def match(expected, actual)
          actual.eql? expected
        end