* ext/objspace/object_tracing.c: [DOC] trace_object_allocations_stop

By @srawlins [Fixes GH-421] https://github.com/ruby/ruby/pull/421


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43572 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
zzak 2013-11-07 17:44:43 +00:00
Родитель 8adbcb6634
Коммит 2cfdbd7d72
2 изменённых файлов: 7 добавлений и 2 удалений

Просмотреть файл

@ -1,3 +1,8 @@
Fri Nov 8 02:43:01 2013 Zachary Scott <e@zzak.io>
* ext/objspace/object_tracing.c: [DOC] trace_object_allocations_stop
By @srawlins [Fixes GH-421] https://github.com/ruby/ruby/pull/421
Fri Nov 8 02:34:20 2013 Zachary Scott <e@zzak.io>
* lib/net/ftp.rb: [DOC] Document Net::FTP.mdtm and .set_socket and fix

Просмотреть файл

@ -207,8 +207,8 @@ trace_object_allocations_start(VALUE self)
*
* Stop tracing object allocations.
*
* Note that if ::trace_object_allocations_start is called n-times, then stop
* tracing after calling ::trace_object_allocations_stop n-times.
* Note that if ::trace_object_allocations_start is called n-times, then
* tracing will stop after calling ::trace_object_allocations_stop n-times.
*
*/
static VALUE