diff --git a/mrblib/kernel.rb b/mrblib/kernel.rb index de5196482..d881a35cf 100644 --- a/mrblib/kernel.rb +++ b/mrblib/kernel.rb @@ -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 #