summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-04-21 06:22:36 -0700
committerYukihiro "Matz" Matsumoto <[email protected]>2013-04-21 06:22:36 -0700
commit44c4aa9dfb4b0f2ede594bfb569589c4a40e1a10 (patch)
tree802f7f584da224114118f638c3a8d35b505282e2
parent4a311a4760af037f7a9b8e2b60b4448e92e7f5e4 (diff)
parent35f42c264eb3b888b437a5b7d37e5d393bbb2cdc (diff)
downloadmruby-44c4aa9dfb4b0f2ede594bfb569589c4a40e1a10.tar.gz
mruby-44c4aa9dfb4b0f2ede594bfb569589c4a40e1a10.zip
Merge pull request #1199 from carsonmcdonald/misccleanup
Minor cleanup
-rw-r--r--TODO3
-rw-r--r--test/t/module.rb2
2 files changed, 0 insertions, 5 deletions
diff --git a/TODO b/TODO
index a26b805a3..d3cb483c5 100644
--- a/TODO
+++ b/TODO
@@ -2,9 +2,6 @@ Things to do (Things that are not done yet)
* Special variables ($1,$2..)
* super in aliased methods
-* BEGIN/END (Were we not supporting this?)
-* const_missing
-* respond_to_missing
Things to improve (Done but things to fix)
diff --git a/test/t/module.rb b/test/t/module.rb
index 716a9ab59..23dacb44d 100644
--- a/test/t/module.rb
+++ b/test/t/module.rb
@@ -109,8 +109,6 @@ assert('Module#const_get', '15.2.2.4.21') do
end
assert('Module.const_missing', '15.2.2.4.22') do
- e1 = nil
-
module Test4ConstMissing
def self.const_missing(sym)
42 # the answer to everything