summaryrefslogtreecommitdiff
path: root/doc/string/bytes.rdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/string/bytes.rdoc')
-rw-r--r--doc/string/bytes.rdoc6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/string/bytes.rdoc b/doc/string/bytes.rdoc
deleted file mode 100644
index a9e89f1cd1..0000000000
--- a/doc/string/bytes.rdoc
+++ /dev/null
@@ -1,6 +0,0 @@
-Returns an array of the bytes in +self+:
-
- 'hello'.bytes # => [104, 101, 108, 108, 111]
- 'тест'.bytes # => [209, 130, 208, 181, 209, 129, 209, 130]
- 'こんにちは'.bytes
- # => [227, 129, 147, 227, 130, 147, 227, 129, 171, 227, 129, 161, 227, 129, 175]