From: "Rob N." Date: 2012-08-17T19:21:16+09:00 Subject: Re: Why is assert_match deprecated and not assert_no_match? Ryan Davis wrote in post #1072644: > I see no deprecation. I've just had more of a play. You're right, its not deprecated. It just doesn't appear in the rdoc: http://ruby-doc.org/stdlib-1.9.3/libdoc/test/unit/rdoc/index.html In fact none of the ruby 1.9 rdocs contain it. The 1.8.7 rdoc has it though: http://ruby-doc.org/stdlib-1.8.7/libdoc/test/unit/rdoc/index.html Some sort of oversight? -- Posted via http://www.ruby-forum.com/.