From: Trans Date: 2005-09-23T02:01:40+09:00 Subject: Re: Instantiating a subclass of NilClass. Jeff Wood wrote: > Uh, isn't there a NilComparable object in the Nano/Mega stuff? > > j. Not the same thing though. #:title: NilComparable # # NilComparable does two things. First it makes nil comparable, such that # all things (except itself) are greater than it. # # Secondly it provides a module called NilComparable to include into any # other class to allow it to compare itself to NilClass as the greater # of the two. T.