summaryrefslogtreecommitdiffhomepage
path: root/mrblib/kernel.rb
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-06-20 15:42:51 +0900
committerYukihiro Matsumoto <[email protected]>2012-06-20 15:42:51 +0900
commit6f22a61135fd077c1dcff2dec92ab215e3a83d79 (patch)
tree6574a2a184bc477e3d9c5308714a38c7217b8d0b /mrblib/kernel.rb
parentb11d4647e91bdcd6dfaecfaccdc4c350b1bc413f (diff)
downloadmruby-6f22a61135fd077c1dcff2dec92ab215e3a83d79.tar.gz
mruby-6f22a61135fd077c1dcff2dec92ab215e3a83d79.zip
__send__ added
Diffstat (limited to 'mrblib/kernel.rb')
-rw-r--r--mrblib/kernel.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/mrblib/kernel.rb b/mrblib/kernel.rb
index f29a80973..ad3bc72f7 100644
--- a/mrblib/kernel.rb
+++ b/mrblib/kernel.rb
@@ -18,14 +18,6 @@ module Kernel
raise NotImplementedError.new("eval not implemented")
end
- ##
- # Alias for +send+.
- #
- # ISO 15.3.1.3.4
- #def __send__(symbol, *args, &block)
- ### *** TODO *** ###
- #end
-
# 15.3.1.3.12
def eval(s)
Kernel.eval(s)