Flowdock
bytes() public

Returns an enumerator that gives each byte in the string. If a block is given, it iterates over each byte in the string.

   "hello".bytes.to_a        #=> [104, 101, 108, 108, 111]
Show source
Register or log in to add new notes.