From: unbewusst.sein@... (=?ISO-8859-1?Q?Une_B=E9v?= =?ISO-8859-1?Q?ue?=) Date: 2007-03-25T16:25:05+09:00 Subject: adding anotehr each method to String f it doesn't exist allready, i'd like to add another each method to String similar to each_byte except it loops over chars for example : "zero".each_char{|c| puts c} would print-out : z e r o i know how to add a new method to a given class, what i don't know is specifically for methods like each which pass an arg to a given block... -- It's easy to play any musical instrument: all you have to do is touch the right key at the right time and the instrument will play itself. -- J.S. Bach