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