From: "Ara.T.Howard" <Ara.T.Howard / noaa.gov> > > On Thu, 3 Nov 2005, Bill Kelly wrote: > >> Is there no way to 'require' a module into a namespace without having to >> change the module's source code? > > something like this? > > http://groups.google.com/group/comp.lang.ruby/browse_frm/thread/f071a389410e3aa4/b39d5538b0f5218f?q=howard+trans+module Neat; but what I'm looking for may be just unreasonable. When I require 'mathn', it does: class Fixnum alias / quo end class Bignum alias / quo end I wanted to wrap that require in a namespace, so that its changes to core classes would be isolated to that namespace. . . . But I don't mean to belabor the point - as it seems that namespaces aren't going to "wrap" definitions automatically... Regards, Bill