зеркало из https://github.com/github/ruby.git
* string.c (rb_check_string_type): rdoc fix [ruby-core:26084]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25334 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
0e4121aa5b
Коммит
499a59d543
2
string.c
2
string.c
|
@ -1382,7 +1382,7 @@ rb_check_string_type(VALUE str)
|
|||
* String.try_convert(obj) -> string or nil
|
||||
*
|
||||
* Try to convert <i>obj</i> into a String, using to_str method.
|
||||
* Returns converted regexp or nil if <i>obj</i> cannot be converted
|
||||
* Returns converted string or nil if <i>obj</i> cannot be converted
|
||||
* for any reason.
|
||||
*
|
||||
* String.try_convert("str") # => str
|
||||
|
|
Загрузка…
Ссылка в новой задаче