Ri Module#included

It gives me:

-------------------------------------------------------- Module#included
singleton_method_undefined(symbol)

···

$ ruby -v
ruby 1.9.0 (2004-03-09) [i686-linux]

I let make install build ri when I installed this.

Does anyone else see this, or is something screwy in my rdoc?

Hi –

···

On Sat, 20 Mar 2004, Joel VanderWerf wrote:

It gives me:

-------------------------------------------------------- Module#included
singleton_method_undefined(symbol)

$ ruby -v
ruby 1.9.0 (2004-03-09) [i686-linux]

I let make install build ri when I installed this.

Does anyone else see this, or is something screwy in my rdoc?

I have the same thing.

David


David A. Black
dblack@wobblini.net

It looks as if thise methods haven’t been documented in the source
files (not sure why). The reason they’re pulling up the
singleton_method_undefined is a quirk of the way the source is
organized: it has six or seven Ruby methods all implemented by the same
C method.

I’ll look in to this, but is anyone in the doc team feels like adding
the documentation, please fel free: I won’t be able to get to this
until next week.

Cheers

Dave

···

On Mar 19, 2004, at 20:40, Joel VanderWerf wrote:

It gives me:


Module#included
singleton_method_undefined(symbol)

The same thing is for ‘ri extended’

/kent

···

On Mar 19, 2004, at 9:45 PM, David A. Black wrote:

Hi –

On Sat, 20 Mar 2004, Joel VanderWerf wrote:

It gives me:


Module#included
singleton_method_undefined(symbol)

$ ruby -v
ruby 1.9.0 (2004-03-09) [i686-linux]

I let make install build ri when I installed this.

Does anyone else see this, or is something screwy in my rdoc?

I have the same thing.

David


David A. Black
dblack@wobblini.net

Cheers,
Kent.