From: Daniel Vartanov Date: 2010-07-02T17:21:17+09:00 Subject: Requiring files in a module context Hi! I want to replace "default definee" when I require ruby file. A short example: http://gist.github.com/461094 Of course, it says that One::Configuration is an uninitialized constant. So, here is my question: how to require configN.rb so that all definitions are done inside the module? Thanks in advance, Daniel. -- Posted via http://www.ruby-forum.com/.