remove Ruby version of Kernel#instance_eval

This commit is contained in:
Yukihiro Matsumoto
2012-06-12 18:32:42 +09:00
parent 216a846bd9
commit b5ffbea4c2
+4 -4
View File
@@ -33,10 +33,10 @@ module Kernel
#end
# 15.3.1.3.18
def instance_eval(string=nil, &block)
### *** TODO *** ###
raise "Not implemented yet"
end
#def instance_eval(string=nil, &block)
# ### *** TODO *** ###
# raise "Not implemented yet"
#end
##
# Alias for +Kernel.lambda+.