# File lib/pry/rbx_path.rb, line 4
    def is_core_path?(path)
      Pry::Helpers::BaseHelpers.rbx? && (path.start_with?("kernel") || path.start_with?("lib")) && File.exist?(convert_path_to_full(path))
    end