From: Robert Evans Date: 2006-11-27T07:27:54+09:00 Subject: Re: REXML and Date interaction On Nov 26, 2006, at 2:22 PM, dblack@wobblini.net wrote: > > What's happening is that you're bringing REXML::Date into scope. You > need to do: > > ::Date.parse > > to get the top-level Date constant. > > > David Ah cool. I didn't realize there was a REXML::Date class, but I suspected it might be something like that, and I didn't realize I could do just ::Date to fully qualify top level modules. Thanks, Bob Evans