mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
remove Ruby version of Kernel#instance_eval
This commit is contained in:
+4
-4
@@ -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+.
|
||||
|
||||
Reference in New Issue
Block a user