mirror of
https://github.com/ruby/ruby.git
synced 2025-09-20 11:03:58 +02:00
* 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
This commit is contained in:
parent
cbf7c9adde
commit
b3f93b1f43
2 changed files with 6 additions and 0 deletions
|
@ -78,6 +78,7 @@ module Exception2MessageMapper
|
|||
E2MM.Raise(self, err, *rest)
|
||||
end
|
||||
alias Fail Raise
|
||||
alias fail Raise
|
||||
|
||||
# def_e2message(c, m)
|
||||
# c: exception
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue