From: Daniel Berger Date: 2007-01-06T00:20:09+09:00 Subject: Re: Detecting holidays Jeremy McAnally wrote: > I haven't forgotten! I'm trying to get the architecture right (I was > modifying the Date class directly, but now I made a module), but I'm > having some testing problems (for some reason it's not including the > default Date class first before my extensions...even though I'm > requiring it. > > I'm working on it! I tinkered a bit with the notion of using a module instead of monkey patching the Date class (or subclassing) but I wasn't satisfied with the interface. I'll be curious to see what you come up with. Regards, Dan