summaryrefslogtreecommitdiff
path: root/ToDo
diff options
context:
space:
mode:
Diffstat (limited to 'ToDo')
-rw-r--r--ToDo2
1 files changed, 1 insertions, 1 deletions
diff --git a/ToDo b/ToDo
index 517a2ea4db..7a22319bef 100644
--- a/ToDo
+++ b/ToDo
@@ -26,7 +26,6 @@ Language Spec.
* to_i returns nil if str contains no digit.
* raise exception by `` error
* jar like combined library package.
-* "@foo ||= 44" should not warn you.
Hacking Interpreter
@@ -83,6 +82,7 @@ Standard Libraries
* warn, warning for Ruby level
* hash etc. should handle self referenceing array/hash
* move NameError under StandardError.
+* library to load per-user profile seeking .ruby_profile or ruby.ini file.
Extension Libraries