From a1530c751e6c484b6217565f3db2b0614735710c Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 22 Jul 1999 10:37:27 +0000 Subject: backtrace may be Qnil git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_3@499 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ToDo | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'ToDo') diff --git a/ToDo b/ToDo index fe3c498353..021e07d72a 100644 --- a/ToDo +++ b/ToDo @@ -1,13 +1,16 @@ Language Spec. +* ../... outside condition invokes operator method too. * %w(a\ b\ c abc) => ["a b c", "abc"] * package or access control for global variables +* class variable (prefix?) * named arguments like foo(nation:="german") or foo(nation: "german"). * method to retrieve argument information (need new C API) * multiple return values, yield values. maybe incompatible * cascading method invocation ??? * def Class#method .. end ?? * class Foo::Bar