From: Gabriel Dragffy Date: 2007-08-07T04:57:19+09:00 Subject: class String in a module Hi all I have a module file which contains 'class String' and a couple of custom methods for me to add to Object::String. So I do something like: require 'mystring' or load or whatever. It doesn't extend String's functionallity... no doubt because the modules contents are isolated in their own namespace... How to get around that? Many thanks Gabriel Dragffy gabe@dragffy.com