From 1acaeaf18d857fa34e4884f33814dd2468b18262 Mon Sep 17 00:00:00 2001 From: Carson McDonald Date: Sun, 21 Apr 2013 08:21:32 -0400 Subject: Remove things that look done. --- TODO | 3 --- 1 file changed, 3 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) -- cgit v1.2.3 From 35f42c264eb3b888b437a5b7d37e5d393bbb2cdc Mon Sep 17 00:00:00 2001 From: Carson McDonald Date: Sun, 21 Apr 2013 08:22:40 -0400 Subject: Remove unused variable --- test/t/module.rb | 2 -- 1 file changed, 2 deletions(-) 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 -- cgit v1.2.3