Module: IRB::ExtendCommand::Debug::SkipPathHelperForIRB
Do not use. This module is for internal use only.
Relationships & Source Files | |
Defined in: | lib/irb/cmd/debug.rb |
Instance Method Summary
Instance Method Details
#skip_internal_path?(path) ⇒ Boolean
# File 'lib/irb/cmd/debug.rb', line 59
def skip_internal_path?(path) # The latter can be removed once https://github.com/ruby/debug/issues/866 is resolved super || path.match?(IRB_DIR) || path.match?('<internal:prelude>') end