Skip to content

Commit c351c3d

Browse files
[DOC] Tweaks for String#bytes
1 parent b284987 commit c351c3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/string/bytes.rdoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ Returns an array of the bytes in +self+:
44
'тест'.bytes # => [209, 130, 208, 181, 209, 129, 209, 130]
55
'こんにちは'.bytes
66
# => [227, 129, 147, 227, 130, 147, 227, 129, 171, 227, 129, 161, 227, 129, 175]
7+
8+
Related: see {Converting to Non-String}[rdoc-ref:String@Converting+to+Non--5CString].

0 commit comments

Comments
 (0)