From eec00ccf6074cfe5d5b7357180b58282d0dd8c66 Mon Sep 17 00:00:00 2001 From: cremno Date: Mon, 17 Aug 2015 20:51:25 +0200 Subject: delete duplicate definition of Exception.exception It overwrote the original definition in src/error.c, line 446. --- mrblib/error.rb | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'mrblib') diff --git a/mrblib/error.rb b/mrblib/error.rb index d76dd9c56..2674af7a2 100644 --- a/mrblib/error.rb +++ b/mrblib/error.rb @@ -1,18 +1,3 @@ -## -# Exception -# -# ISO 15.2.22 -class Exception - - ## - # Raise an exception. - # - # ISO 15.2.22.4.1 - def self.exception(*args, &block) - self.new(*args, &block) - end -end - # ISO 15.2.24 class ArgumentError < StandardError end -- cgit v1.2.3