From: Dave Thomas Date: 2001-05-09T09:36:18+09:00 Subject: [ruby-talk:14884] Re: [Q] Why module methods are NOT included by 'include' statement? Leo writes: > Matz, > would you, please, give an example of how to use "extend" to include singleton > methods. I thought that "extend" (like "include") deals only with instance > methods. Such an example will be useful for Ruby FAQ. I'm not matz, but I make a mean spicy chicken sandwich. Have a look at http://www.rubycentral.com/book/ref_c_object.html#extend, which have an example of just this. Regards Dave