From: Yukihiro Matsumoto Date: 2005-09-05T23:48:40+09:00 Subject: Re: "cyclic include" error inside anonymous module Hi, In message "Re: "cyclic include" error inside anonymous module" on Mon, 5 Sep 2005 22:17:06 +0900, Brian Candler writes: |* Why does Ruby do this strange thing of an implicit 'include ' and | 'extend ' in the first place? Just because we want methods and constants defined at the toplevel available. I admit there's something weird in wrapped load, including "cyclic include" you've mentioned. I hope it would eventually be resolved. matz.