Merge pull request #1199 from carsonmcdonald/misccleanup

Minor cleanup
This commit is contained in:
Yukihiro "Matz" Matsumoto
2013-04-21 06:22:36 -07:00
2 changed files with 0 additions and 5 deletions
-3
View File
@@ -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)
-2
View File
@@ -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