mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/tracer.rb (Tracer::Tracer.add_filter): turn on tracer mode
only when caller() level size is one. [ruby-core:07389] * lib/rdoc/parsers/parse_rb.rb: need not to require "tracer". [ruby-core:07389] * sample/rtags.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9956 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c26dff9396
commit
729bafdf3a
3 changed files with 11 additions and 2 deletions
|
@ -162,6 +162,6 @@ if $0 == __FILE__
|
|||
ARGV.shift
|
||||
Tracer.on
|
||||
require $0
|
||||
else
|
||||
elsif caller(0).size == 1
|
||||
Tracer.on
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue