summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorroco <roco@ryry.(none)>2012-04-20 15:33:53 +0900
committerroco <roco@ryry.(none)>2012-04-20 15:33:53 +0900
commit95373cb63ea01ba3052a8401517933845b3897d2 (patch)
tree392c60b5788d406c584ee605998ac896c932f815
parentb9f11d55ec13d652178ae951504767314e80e16a (diff)
downloadmruby-95373cb63ea01ba3052a8401517933845b3897d2.tar.gz
mruby-95373cb63ea01ba3052a8401517933845b3897d2.zip
remove old TODO list
-rw-r--r--Todo.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/Todo.txt b/Todo.txt
deleted file mode 100644
index a14358341..000000000
--- a/Todo.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-やること(まだできてないこと) / not yet complete
-
-* ヒアドキュメント / here document
-* 特殊変数 ($1,$2..) / special variables
-* super in aliased methods
-* BEGIN/END (対応しないんだっけ?)
-* const_missing
-* respond_to_missing
-
-改善すること(できているが直すこと)
-
-* Hash (サイズを減らす。khashを使うか、順序を保存するか)
-* stringEx (encoding削除、CODERANGE削除、UTF-8 or ASCII以外削除)
-* 気づいたら書き加える