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 ...@@ -33,10 +33,10 @@ module Kernel
#end #end
# 15.3.1.3.18 # 15.3.1.3.18
def instance_eval(string=nil, &block) #def instance_eval(string=nil, &block)
### *** TODO *** ### # ### *** TODO *** ###
raise "Not implemented yet" # raise "Not implemented yet"
end #end
## ##
# Alias for +Kernel.lambda+. # 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