From: Stuart Ellis Date: 2009-01-10T20:08:54+09:00 Subject: Re: How Ruby On 9 Jan 2009, at 15:22, LAMBEAU Bernard wrote: > Ruby allows you to install methods on objects (called singleton > methods because installed on individual objects instead of being > shared by all instances of a class): > > o = Object.new > def o.sayhello > puts "hello" > end > > o.sayhello # prints hello to the console > > blambeau > Now I see - thanks. -- Stuart Ellis http://www.stuartellis.eu