summaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-03-18 06:56:26 -0700
committerYukihiro "Matz" Matsumoto <[email protected]>2013-03-18 06:56:26 -0700
commit138a3569a29521dc52951787cf09c5d9aac36741 (patch)
treeef9722b6a8666f895755b076c8a866065448337e /TODO
parenta4c30b93acf931c49d79fb4b0c474dd66fbedcf4 (diff)
parent76c24894a7f859cc76b437a07030f2e2f277eab1 (diff)
downloadmruby-138a3569a29521dc52951787cf09c5d9aac36741.tar.gz
mruby-138a3569a29521dc52951787cf09c5d9aac36741.zip
Merge pull request #1025 from FUKUZAWA-Tadashi/master
implement %W %w %s
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index f8e463bca..a26b805a3 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,5 @@
Things to do (Things that are not done yet)
-* Here document
* Special variables ($1,$2..)
* super in aliased methods
* BEGIN/END (Were we not supporting this?)