From: ts Date: 2002-11-12T19:10:38+09:00 Subject: Re: [FAQ] Why use 'include' >>>>> "E" == Eric Schwartz writes: E> I'm not sure what this example is intended to illustrate. It E> certainly matches up with what I wrote. When the "require 'c'" code E> is executed, it loads c.rb. The last statement of c.rb is 'include E> M', which means that anybody 'require'ing c.rb will automatically E> import all the classes and methods (and variables) of module M into E> its current namespace. (Which I tried to indicate is often a bad E> idea, as a module writer.) Well, sorry to say this but I hope that someone will correct this FAQ (not really important for me, because it's just for "anglois" :-)) Guy Decoux