* error.c (exc_set_backtrace): Updated documentation to indicate
set_backtrace allows a string as well as an array of strings. [ruby-trunk - Bug #6501] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35837 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
39a3d1793b
commit
9e84f83736
@ -1,3 +1,9 @@
|
|||||||
|
Wed May 30 06:20:29 2012 Eric Hodel <drbrain@segment7.net>
|
||||||
|
|
||||||
|
* error.c (exc_set_backtrace): Updated documentation to indicate
|
||||||
|
set_backtrace allows a string as well as an array of strings.
|
||||||
|
[ruby-trunk - Bug #6501]
|
||||||
|
|
||||||
Tue May 29 17:28:20 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Tue May 29 17:28:20 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* strftime.c (rb_strftime_with_timespec): support GNU extension triple
|
* strftime.c (rb_strftime_with_timespec): support GNU extension triple
|
||||||
|
8
error.c
8
error.c
@ -709,11 +709,11 @@ rb_check_backtrace(VALUE bt)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* call-seq:
|
* call-seq:
|
||||||
* exc.set_backtrace(array) -> array
|
* exc.set_backtrace(backtrace) -> array
|
||||||
*
|
*
|
||||||
* Sets the backtrace information associated with <i>exc</i>. The
|
* Sets the backtrace information associated with +exc+. The +backtrace+ must
|
||||||
* argument must be an array of <code>String</code> objects in the
|
* be an array of String objects or a single String in the format described
|
||||||
* format described in <code>Exception#backtrace</code>.
|
* in Exception#backtrace.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user