Bugs item #3866, was opened at 2006-03-19 14:18 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=1698&aid=3866&group_id=426 Category: Core Group: None Status: Open Resolution: None Priority: 3 Submitted By: Andrew Johnson (jandrew) Assigned to: Nobody (None) Summary: [PATCH] rdoc for String#=~ Initial Comment: Current RDocs for String#=~ suggest that string =~ otherstring is equivalent to string.index(otherstring). This was deprecated in 1.8.0-1.8.1 and generates a TypeError since 1.8.2. The attached patch is against 1.8.4 (2006-03-17) regards, andrew ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=1698&aid=3866&group_id=426