From: David Stanford Date: 2009-02-06T07:31:25+09:00 Subject: Re: Making object methods available externally Thanks for all the responses, guys. Judging from everyone's response, it sounds like what I'm trying to do isn't typically done. My mindset was, first, to simply create a standard class. While creating one of the object methods for that class, I realized that the same method code would be useful to call directly, without having to create an object instance; so, as I said, I was thinking there must be some way to do this, without repeating the same (or a similar piece) of code somewhere else. So, thanks again! -- Posted via http://www.ruby-forum.com/.