[#138] Thread Problems — Reimer Behrends <behrends@...>

I have been looking at the thread implementation of Ruby for the past

21 messages 1998/12/23
[#164] Re: Thread Problems — matz@... (Yukihiro Matsumoto) 1999/01/05

Hi.

[#167] Makefiles and -lcurses — Klaus.Schilling@... 1999/01/05

Julian Fondren writes:

[#168] Re: Makefiles and -lcurses — Julian Fondren <julian@...> 1999/01/05

OpenBSD has ncurses and it's own ocurses, and I prefer the latter.

[ruby-talk:00154] Re: undefined method 'call'... help please

From: matz@... (Yukihiro Matsumoto)
Date: 1998-12-28 03:55:04 UTC
List: ruby-talk #154
Hi.

In message "[ruby-talk:00153] undefined method 'call'... help please"
    on 98/12/27, "Bryce" <crowdog@siscom.net> writes:

|I have an extension module I am writing with a function
|called "init" (w/o quotes) and I'm getting the following
|message:
|
|test.rb:29:in 'init': undefined method 'call' for FALSE
|(NameError)
|        from test.rb:29

Ok. Could you show me the source of the extension, at least for the
"init" function.  The message says you invoke the `call' method for
the object FALSE which appearantly does not have that method.

                                                matz.

In This Thread

Prev Next