From: Leslie Viljoen Date: 2005-07-20T16:52:21+09:00 Subject: Trying to alias for/foreach Hello I am new to Ruby, but enjoying it incredibly. I'd like to ask some advice: I noticed that IO has a "foreach" iterator while Array's, etc. mostly call their per-item iterators "each". I thought I could get rid of this inconsistency like this: class MyIO