Flowdock
chars() public

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

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

produces:

h e l l o
Show source
Register or log in to add new notes.