From: Ittay Dror Date: 2008-11-21T23:38:58+09:00 Subject: how to wrap method of singleton class Hi, Given a class: class Foo class << self def foo puts 'foo' end end end How do I write a module, so that when included in Foo it will wrap the method foo so that Foo.foo will print: bar foo ? Thank you Ittay -- -- Ittay Dror