From: Trans Date: 2005-10-30T20:47:05+09:00 Subject: Re: Facets 2005-10-30 Martin DeMello wrote: > Trans wrote: > > > > George Moschovitis wrote: > > > Hello Tom, > > > > > > > Time.use Facets, :stamp > > > > > > I would prefer this to be > > > > > > Time.use :facets, :stamp > > > > It is not right to "take-over" usage of #use just for Facets. This is a > > This is not taking over, just providing a mapping from the symbol > :facets to the class Facets for anyone who would prefer the look of the > former. Ah, my bad. I glazed right over the fact that the first symbol was :facets. I see your point. Unfortunately using lowercase causes an assumpition on how to convert the symbol to the moudle name. But I can add Time.use :Facets, :stamp if that's helpful. T.