Flowdock
bytes() public

Passes each byte in str to the given block, or returns an enumerator if no block is given.

"hello".each_byte {|c| print c, ' ' }

produces:

104 101 108 108 111
Show source
Register or log in to add new notes.