From: Erik Veenstra Date: 2006-02-09T00:13:22+09:00 Subject: Re: Meta-Meta-Programming Oops! A little typo... args.each_with_index do |args, n| ....should be: args.each_with_index do |arg, n|