summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--mrblib/kernel.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/mrblib/kernel.rb b/mrblib/kernel.rb
index de5196482..d881a35cf 100644
--- a/mrblib/kernel.rb
+++ b/mrblib/kernel.rb
@@ -58,16 +58,6 @@ module Kernel
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
#
# ISO 15.3.1.2.10