From 954c28504ee6c6f3872b566f6ad4040367072d3e Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Thu, 15 Aug 2013 01:37:29 +0900 Subject: remove Ruby defined Class#new --- mrblib/class.rb | 8 -------- 1 file changed, 8 deletions(-) diff --git a/mrblib/class.rb b/mrblib/class.rb index 664eaf3ce..ebfb1f76d 100644 --- a/mrblib/class.rb +++ b/mrblib/class.rb @@ -1,11 +1,3 @@ -class Class - def new(*args,&b) - obj = self.alloc - obj.initialize(*args,&b) - obj - end -end - class Module # 15.2.2.4.13 def attr_reader(*names) -- cgit v1.2.3