From bca61e89f5258a5bdfbd0b4cc9823f358d9f8ef5 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 9 Jan 2008 14:23:34 +0000 Subject: * lib/e2mmap.rb (Exception2MessageMapper::Raise): define fail. [ruby-dev:32854] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14971 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/e2mmap.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/e2mmap.rb b/lib/e2mmap.rb index c8accadad..ca660a608 100644 --- a/lib/e2mmap.rb +++ b/lib/e2mmap.rb @@ -78,6 +78,7 @@ module Exception2MessageMapper E2MM.Raise(self, err, *rest) end alias Fail Raise + alias fail Raise # def_e2message(c, m) # c: exception -- cgit