remove Ruby define send from kernel.rb

This commit is contained in:
Yukihiro Matsumoto
2012-06-01 23:58:09 +09:00
parent a0b30fc01f
commit 2d1f303ec2
-10
View File
@@ -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
#