From: Lars Gierth Date: 2010-03-20T01:23:37+09:00 Subject: Re: Kernel#autoload ignores custom monkey patched Kernel#require Lars Gierth wrote: > I'm playing with FakeFS and want to fake Kernel#require. Hi again, I git this working by overwriting #const_missing?, #autoload? and #autoload. Source is on GitHub: http://github.com/lgierth/fakefs/blob/topic/fake-require/lib/fakefs/require.rb -- Posted via http://www.ruby-forum.com/.