mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05: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
|
@ -7,6 +7,11 @@ Wed Jan 9 22:03:26 2008 NARUSE, Yui <naruse@ruby-lang.org>
|
|||
|
||||
* encoding.c (rb_enc_replicate): replica of dummy is a dummy.
|
||||
|
||||
Wed Jan 9 20:55:38 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* lib/e2mmap.rb (Exception2MessageMapper::Raise): define fail.
|
||||
[ruby-dev:32854]
|
||||
|
||||
Wed Jan 9 20:35:42 2008 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
||||
|
||||
* lib/webrick/httprequest.rb: supprt X-Forwarded-* header fields.
|
||||
|
|
|
@ -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
Reference in a new issue