[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

In This Thread

Prev Next