Subject: [ruby-talk:02295] Re: setter() for local variables
From: ts <decoux moulon.inra.fr>
Date: Fri, 31 Mar 2000 13:31:14 +0200 (MET DST)
References: 2241224722502261
In-reply-to: "matz@netlab.co.jp"'s message of Fri, 31 Mar 2000 19:23:33 +0900
>>>>> "Y" == Yukihiro Matsumoto <matz / netlab.co.jp> writes:
Y> def []=(k,v)
Y> @tbl[k] = v
Y> end
This mean that the whole database is in memory (and not on the disk), no ?
Guy Decoux