From: Jake McArthur Date: 2006-05-25T03:46:38+09:00 Subject: Re: define_method for a single instance? --Apple-Mail-1-538005105 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed On May 24, 2006, at 1:37 PM, Logan Capaldo wrote: > class B > def add_wibble > (class << self; self; end).class_eval do > define_method(:wibble) { puts "I too can wibble." } > end > end > end Perfect! Thanks. - Jake McArthur --Apple-Mail-1-538005105--