mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* error.c (exc_inspect): Fix typo. patch from Trent Ogren
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34462 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4a43f9203b
commit
89a2a10508
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Tue Feb 7 20:08:12 2012 Ayumu AIZAWA <ayumu.aizawa@gmail.com>
|
||||
|
||||
* error.c (exc_inspect): Fix typo. patch from Trent Ogren
|
||||
via https://github.com/ruby/ruby/pull/90
|
||||
|
||||
Tue Feb 7 19:37:35 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* st.c: refactor packed entries using structs.
|
||||
|
|
2
error.c
2
error.c
|
@ -613,7 +613,7 @@ exc_message(VALUE exc)
|
|||
* call-seq:
|
||||
* exception.inspect -> string
|
||||
*
|
||||
* Return this exception's class name an message
|
||||
* Return this exception's class name and message
|
||||
*/
|
||||
|
||||
static VALUE
|
||||
|
|
Loading…
Add table
Reference in a new issue