From: Joe Peric Date: 2011-07-03T02:39:34+09:00 Subject: Re: Offering Help Just finished this. I had to find some more info on exceptions to get past that part, and it took me a while to figure out that "method_missing" is automagically called on a class if it doesn't have the method being called. Redifining that made the proxy koan much easier to solve. I still need some brushing up on regex and file IO stuff. Thanks again for pointing me in the right direction. On Fri, Jul 1, 2011 at 11:58 AM, Joe Peric wrote: > Never heard of it, but I'll get right on it. Thanks. > > On Fri, Jul 1, 2011 at 11:56 AM, Jeremy Heiler wrote: >> On Fri, Jul 1, 2011 at 11:43 AM, Joe Peric wrote: >>> I'm new to Ruby and I am willing to learn. Anyone need help on a >>> project for the next 3 days? All my friends are on vacation and I have >>> nothing better to do. I do have programming experience in Java and C. >> >> Have you done the Ruby Koans? >> >> http://rubykoans.com/ >> >> > >