From: nobu.nokada@... Date: 2004-10-29T11:19:49+09:00 Subject: Re: Why can I extend, but not include, DL::Importable? Hi, At Fri, 29 Oct 2004 02:48:59 +0900, Daniel Berger wrote in [ruby-talk:118145]: > So, DL automatically tries to convert externs into module functions? > Wouldn't it be better if I could decide? What will you decide, whether instance methods or module functions? C functions don't have self so they cannot be instance methods. -- Nobu Nakada