[#372] Store and load — "Michael Neumann" <neumann@...>
Hi...
8 messages
1999/06/02
[#386] UnixZone — gotoken@... (GOTO Kentaro)
Hi,
5 messages
1999/06/08
[ruby-talk:00372] Store and load
From:
"Michael Neumann" <neumann@...>
Date:
1999-06-02 19:18:38 UTC
List:
ruby-talk #372
Hi... In class IO is the operator << defined, which calls the method "to_s" = and send this string to a file or an other device. My idea is to do the same for reading. So a method "load" should be = defined in class Object and ">>" in IO. bye Michael