From: Nobuyoshi Nakada Date: 2007-07-29T21:50:46+09:00 Subject: Re: Quarks Hi, At Sun, 29 Jul 2007 19:54:58 +0900, Trans wrote in [ruby-talk:262375]: > Thanks Nobu. Though that code seems kind of odd too. Does 'recur' > refer to the ancestors flag? If so, how does the HIDDEN_CLASS_P (he > he, another name for singleton) exclude the ancestors? If recur is true, all ancestors are included. If false, search before an ordinary class. Still I'm not sure about this behavior, singleton methods include methods from modules, though. -- Nobu Nakada