From 0b3092922d0ff12923852e64e9146f99d6191287 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 18 Jan 2001 08:43:14 +0000 Subject: * io.c (rb_io_s_read): new method to call IO#read from pathname. In addition, it accepts third optional argument to specify starting point. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1137 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ToDo | 1 + 1 file changed, 1 insertion(+) (limited to 'ToDo') diff --git a/ToDo b/ToDo index b42979f7b3..52901914af 100644 --- a/ToDo +++ b/ToDo @@ -43,6 +43,7 @@ Hacking Interpreter * remove stdio dependency from IOs. * warn for inconsistent local variable usage (lv m and method m at the same time). * MicroRuby +* Built-in Interactive Ruby. Standard Libraries -- cgit v1.2.1