From: Eric Hodel Date: 2012-08-23T05:04:06+09:00 Subject: [ruby-core:47282] Re: [ruby-trunk - Feature #6895][Open] TracePoint API On Aug 20, 2012, at 00:10, ko1 (Koichi Sasada) wrote: > trace.untrace # stop tracing > ... > trace.retrace # restart tracing I think start/stop or on/off (like tracer.rb) are preferable to having "trace" twice on the same line.