diff options
Diffstat (limited to 'doc/string/chars.rdoc')
| -rw-r--r-- | doc/string/chars.rdoc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/string/chars.rdoc b/doc/string/chars.rdoc index 094384271b..47fb01b43a 100644 --- a/doc/string/chars.rdoc +++ b/doc/string/chars.rdoc @@ -1,8 +1,7 @@ Returns an array of the characters in +self+: 'hello'.chars # => ["h", "e", "l", "l", "o"] - 'тест'.chars # => ["т", "е", "с", "т"] 'こんにちは'.chars # => ["こ", "ん", "に", "ち", "は"] ''.chars # => [] -Related: see {Converting to Non-String}[rdoc-ref:String@Converting+to+Non--5CString]. +Related: see {Converting to Non-String}[rdoc-ref:String@Converting+to+Non-String]. |
