Commit b5ffbea4 authored by Yukihiro Matsumoto's avatar Yukihiro Matsumoto

remove Ruby version of Kernel#instance_eval

parent 216a846b
......@@ -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+.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment