I want to do the following, where 'somefile' is a dynamic value: require 'somefile.rb' 'somefile.rb' will have a module inside it named "Magic_Module_somefile" Inside that module there will be a class named "Magic_Class_somefile" How do I new() that class ? -- Posted via http://www.ruby-forum.com/.