module IRB::ExtendCommand::Debug::SkipPathHelperForIRB

def skip_internal_path?(path)

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