From: Gpy Good Date: 2007-05-24T18:03:22+09:00 Subject: temporary require ,is it possible? I have a idea,it is "temporary require" [code] module Find # my define end tmp_require("find"){ #do something with "Find.find" method,temporary!! } puts Find # my define,no "Find.find" method [/code] Is it possible? -- Posted via http://www.ruby-forum.com/.