From: Gavin Sinclair Date: 2004-10-12T11:29:59+09:00 Subject: Re: Ruby Directions (was Re: quality of error messages) On Tuesday, October 12, 2004, 12:15:46 PM, trans. wrote: > So 0..10 is always the same 0..10, just as 10 is always the same 10. > It's a Multiton --a Singleton based on multiple parameters. Not literally the same object, though. (At least I doubt it.) Gavin