summaryrefslogtreecommitdiffstats
path: root/lib/rdoc/parsers
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-02-18 15:38:56 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-02-18 15:38:56 +0000
commita5d45b26393937d88fc2108e156dc0bd9b5433d8 (patch)
tree3c18f2f2d28784fd58e0324a1092ddb568863d46 /lib/rdoc/parsers
parent719f5c99a2556ab8df968a37438eacde3be328f1 (diff)
downloadruby-a5d45b26393937d88fc2108e156dc0bd9b5433d8.tar.gz
ruby-a5d45b26393937d88fc2108e156dc0bd9b5433d8.tar.xz
ruby-a5d45b26393937d88fc2108e156dc0bd9b5433d8.zip
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@9956 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rdoc/parsers')
-rw-r--r--lib/rdoc/parsers/parse_rb.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rdoc/parsers/parse_rb.rb b/lib/rdoc/parsers/parse_rb.rb
index 17b87dcd1..d89412573 100644
--- a/lib/rdoc/parsers/parse_rb.rb
+++ b/lib/rdoc/parsers/parse_rb.rb
@@ -13,7 +13,6 @@
# by Keiju ISHITSUKA (Nippon Rational Inc.)
#
-require "tracer"
require "e2mmap"
require "irb/slex"