# File test/test_sexp.rb, line 25 def util_equals3(x, y) result = x === y assert_not_nil result, "#{x.inspect} does not === #{y.inspect}" end