Subject: [ruby-talk:7708] Re: (Maybe) a correction for Programming Ruby
From: "Christoph Rippel" <crippel primenet.com>
Date: Wed, 20 Dec 2000 05:02:52 +0900
In-reply-to: 7707
Okay,
since I was not clear in the first place. In my reading the library reference
describes the behavior of
..
curr_self = self
..
module aModule
include curr_self
end
instead of
module curr_self
include aModule
end
Christoph