зеркало из https://github.com/github/ruby.git
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
This commit is contained in:
Родитель
825bfef2ea
Коммит
0ada40e2b1
2
string.c
2
string.c
|
@ -5468,8 +5468,6 @@ rb_str_setter(VALUE val, ID id, VALUE *var)
|
||||||
* str.force_encoding(encoding) => str
|
* str.force_encoding(encoding) => str
|
||||||
*
|
*
|
||||||
* Changes the encoding to +encoding+ and returns self.
|
* Changes the encoding to +encoding+ and returns self.
|
||||||
*
|
|
||||||
* If nil is given as +encoding+, "ASCII-8BIT" is used.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static VALUE
|
static VALUE
|
||||||
|
|
Загрузка…
Ссылка в новой задаче