[#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:00133] Re: very very NEWbie

From: Reimer Behrends <behrends@...>
Date: 1998-12-20 22:16:28 UTC
List: ruby-talk #133
On Mon, Dec 21, 1998 at 12:41:43AM +0900, Yukihiro Matsumoto wrote:
[...]
> Example:
> 
> class ABC
>     def initialize( _v )
>         @v = _v
>     end
>     attr_accesser :v
> end

Hmm. I've used attr_accessor (with an "o" instead of an "e") so far,
especially as attr_accesser gives me a runtime error. Also, I prefer to use
attr instead of attr_reader. Anything wrong with that?

[...]

			Reimer Behrends

In This Thread