зеркало из https://github.com/github/ruby.git
update force_encoding document.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
1ed2aad958
Коммит
486dd97e74
2
string.c
2
string.c
|
@ -5352,6 +5352,8 @@ 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
|
||||
|
|
Загрузка…
Ссылка в новой задаче