summaryrefslogtreecommitdiff
path: root/doc/string/bytesize.rdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/string/bytesize.rdoc')
-rw-r--r--doc/string/bytesize.rdoc3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/string/bytesize.rdoc b/doc/string/bytesize.rdoc
index 5166dd7dc6..8d12a0d454 100644
--- a/doc/string/bytesize.rdoc
+++ b/doc/string/bytesize.rdoc
@@ -5,9 +5,6 @@ Note that the byte count may be different from the character count (returned by
s = 'foo'
s.bytesize # => 3
s.size # => 3
- s = 'тест'
- s.bytesize # => 8
- s.size # => 4
s = 'こんにちは'
s.bytesize # => 15
s.size # => 5