str.bytes â an_array
Instance Public methods
Returns an array of bytes in str. This is a shorthand for
str.each_byte.to_a.
If a block is given, which is a deprecated form, works the same as
each_byte.
Returns an array of bytes in str. This is a shorthand for
str.each_byte.to_a.
If a block is given, which is a deprecated form, works the same as
each_byte.
Please login to continue.