mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Invalid TracePoint#disable example (without block)
Patch by: Johan <djo.went@hotmail.com> https://github.com/ruby/ruby/pull/1727 [Fix GH-1727] [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60498 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6b0b79caee
commit
969d88fccc
1 changed files with 1 additions and 1 deletions
|
@ -1108,7 +1108,7 @@ tracepoint_enable_m(VALUE tpval)
|
|||
* Return false if trace was disabled.
|
||||
*
|
||||
* trace.enabled? #=> true
|
||||
* trace.disable #=> false (previous status)
|
||||
* trace.disable #=> true (previous status)
|
||||
* trace.enabled? #=> false
|
||||
* trace.disable #=> false
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue