# File test/test_sexp.rb, line 171 def test_equalstilde_fancy assert_nil s(:b) =~ s(:a, s(:b), :c) assert_not_nil s(:a, s(:b), :c) =~ s(:b) end