summaryrefslogtreecommitdiffhomepage
path: root/Todo.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Todo.txt')
-rw-r--r--Todo.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/Todo.txt b/Todo.txt
new file mode 100644
index 000000000..a14358341
--- /dev/null
+++ b/Todo.txt
@@ -0,0 +1,14 @@
+やること(まだできてないこと) / 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以外削除)
+* 気づいたら書き加える