Hi, At Fri, 23 Sep 2005 00:31:39 +0900, Trans wrote in [ruby-talk:157124]: > > > I've subclasses NilClass, but don't know how to instantiate it. Any > > > ideas? > > > > Impossible in current implementation. > > :( By any change is there another way to tap into the boolean behvior? > I oucld take robert's suggestion if I could get it to act like > nil/false. In Ruby, truth-ness is determined by the object itself, not by its class. -- Nobu Nakada