diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-09 14:23:34 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-09 14:23:34 +0000 |
commit | b3f93b1f43069c65766b965ec0864bc4cb3285cc (patch) | |
tree | 1382e9eebc116a3ebd623a3f2b08b4d80e67a527 /lib/e2mmap.rb | |
parent | cbf7c9adde39ac857511fc85c1521205bd017328 (diff) | |
download | ruby-b3f93b1f43069c65766b965ec0864bc4cb3285cc.tar.gz |
* lib/e2mmap.rb (Exception2MessageMapper::Raise): define fail.
[ruby-dev:32854]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14971 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/e2mmap.rb')
-rw-r--r-- | lib/e2mmap.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/e2mmap.rb b/lib/e2mmap.rb index c8accadad4..ca660a6089 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 |