mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
remove Ruby define send from kernel.rb
This commit is contained in:
@@ -57,16 +57,6 @@ module Kernel
|
||||
end
|
||||
end
|
||||
|
||||
##
|
||||
# Invoke the method with the name +symbol+ on
|
||||
# the receiver and pass +args+ and the given
|
||||
# block.
|
||||
#
|
||||
# ISO 15.3.1.3.44
|
||||
#def send(symbol, *args, &block)
|
||||
### *** TODO *** ###
|
||||
#end
|
||||
|
||||
##
|
||||
# Print arguments
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user