From: Robin Stocker Date: 2006-09-01T07:33:04+09:00 Subject: Re: [SUMMARY] DayRange (#92) Ruby Quiz wrote: > The two instance methods below provide access to the lookup tables. Note that > these two methods could use Object#instance_variable_get as opposed to > Module#class_eval if desired. Thanks for the tip with #instance_variable_get, I'm just getting into meta-programming. Exciting stuff :) Robin