[#9722] Kernel#system broken inside Dir.chdir(&block) if system command doesn't have shell characters — <noreply@...>

Bugs item #7278, was opened at 2006-12-14 13:59

8 messages 2006/12/14

[#9749] System V IPC in standard library? — Steven Jenkins <steven.jenkins@...>

Back in August, I needed a semaphore to serialize access to an external

14 messages 2006/12/19

[#9753] CVS freeze — SASADA Koichi <ko1@...>

Hi,

20 messages 2006/12/20
[#9755] Re: [ruby-dev:30039] CVS freeze — SASADA Koichi <ko1@...> 2006/12/20

Hi,

[#9757] Re: [ruby-dev:30040] Re: CVS freeze — SASADA Koichi <ko1@...> 2006/12/20

Hi,

Re: ICLASS Node?

From: Eric Hodel <drbrain@...7.net>
Date: 2006-12-20 09:41:38 UTC
List: ruby-core #9759
On Dec 20, 2006, at 24:01, Charles Thornton wrote:

> I have been looking at the nodes generated for a simple program.   It
> seems the when you include a module, or it is included as part of a
> built-in class, the node ICLASS  is constructed to interface with the
> Module?
>
> Can anyone give me a short discussion on what ICLASS is used for
> or doing in this case?

An ICLASS is an instance of a module that is created when you include  
a module in a class.

-- 
Eric Hodel - drbrain@segment7.net - http://blog.segment7.net

I LIT YOUR GEM ON FIRE!


In This Thread