diff options
Diffstat (limited to 'doc/string/chr.rdoc')
| -rw-r--r-- | doc/string/chr.rdoc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/string/chr.rdoc b/doc/string/chr.rdoc index 1ada3854cb..153d5d71c3 100644 --- a/doc/string/chr.rdoc +++ b/doc/string/chr.rdoc @@ -1,7 +1,6 @@ Returns a string containing the first character of +self+: 'hello'.chr # => "h" - 'тест'.chr # => "т" 'こんにちは'.chr # => "こ" ''.chr # => "" |
