From 0ada40e2b1d85580ec14c96d18321d1a245d328f Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 11 Jan 2008 06:03:51 +0000 Subject: [PATCH] update rdoc: force_encoding doesn't accept nil. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14991 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- string.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/string.c b/string.c index c00fa3cd5c..4b10503e8f 100644 --- a/string.c +++ b/string.c @@ -5468,8 +5468,6 @@ rb_str_setter(VALUE val, ID id, VALUE *var) * str.force_encoding(encoding) => str * * Changes the encoding to +encoding+ and returns self. - * - * If nil is given as +encoding+, "ASCII-8BIT" is used. */ static VALUE