Flowdock
chars() public

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

   "foo".chars.to_a   #=> ["f","o","o"]
Show source
Register or log in to add new notes.