From: Eustaquio Rangel de Oliveira J Date: 2006-03-26T08:08:09+09:00 Subject: Re: Object methods Hello, Robert! > I'm not sure what exactly you're after. Do you mean > class String > def says > print "s says: ", self, "\n" > end > end > ? Not really, I want to create a new method on the object, after it's created, but not on the class. As the previous example of s = "Testing" class <