From: "Brian A." Date: 2008-12-01T10:43:51+09:00 Subject: Re: Help me understand how this block works? Todd Benson wrote: > > I can't tell what you are trying to accomplish here, but your > Enumerable can hold any object (like Arrays, etc.) > > Todd Not trying to accomplish anything, just trying to understand how it works (Im just learning Ruby so I apologize for any nonsensical questions). My last question is because the block is parsing through my string. In this case we are passing it roman value 'IV', why does it inject only on the first pass? I would of expected it to inject on every pass... like more of a loop? Thank you again. -- Posted via http://www.ruby-forum.com/.