Skip to Content Skip to Search
Methods
S

Constants

IRB_DIR = File.expand_path('../..', __dir__)
 

Instance Public methods

skip?(tp)

# File ruby/lib/irb/ext/tracer.rb, line 19
def skip?(tp)
  super || tp.path.match?(IRB_DIR) || tp.path.match?('<internal:prelude>')
end