From 3e2b0212adc9bba31ad790000902cdb649a398f0 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 15 Oct 1999 08:52:18 +0000 Subject: -r debug, -s, etc. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@544 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ToDo | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ToDo') diff --git a/ToDo b/ToDo index 6866da793..b3e3d80ca 100644 --- a/ToDo +++ b/ToDo @@ -1,7 +1,7 @@ Language Spec. - def foo; .. rescue .. end -* compile time string concatenation, "hello" "world" => "helloworld" +- compile time string concatenation, "hello" "world" => "helloworld" * ../... outside condition invokes operator method too. * %w(a\ b\ c abc) => ["a b c", "abc"] * package or access control for global variables @@ -17,7 +17,7 @@ Language Spec. Hacking Interpreter * RUBYOPT environment variable -* non-blocking open (e.g. named pipe) for thread +* non-blocking open (e.g. for named pipe) for thread * avoid blocking with gethostbyname/gethostbyaddr * objectify interpreters * remove rb_eval() recursions @@ -28,6 +28,7 @@ Hacking Interpreter Standard Libraries - hash[key] = nil may not remove entry; hashes may have nil as the value. +- hash.fetch(key) raises exception if key is not found. - Array#{first,last,at} - Dir.glob(pat){|f|...} * Struct::new([name,]member,...) ?? -- cgit