From d761f29be29ad5666579cd6399be22ddd8c4fd10 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 10 Nov 1999 06:47:11 +0000 Subject: 19991110 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@561 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ToDo | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ToDo') diff --git a/ToDo b/ToDo index adb8a6c07..83a084167 100644 --- a/ToDo +++ b/ToDo @@ -2,6 +2,7 @@ Language Spec. - def foo; .. rescue .. end - compile time string concatenation, "hello" "world" => "helloworld" +- rescue modifier; a rescue b => begin a rescue; b end * objectify symbols * objectify characters * ../... outside condition invokes operator method too. @@ -34,6 +35,7 @@ Standard Libraries - hash.fetch(key) raises exception if key is not found. - Array#{first,last,at} - Dir.glob(pat){|f|...} +* Dir.glob("**/*.c") ala zsh * Struct::new([name,]member,...) ?? * String#scanf(?) * Object#fmt(?) -- cgit