# File lib/pry/rbx_path.rb, line 4
    def is_core_path?(path)
      path.start_with?("kernel") || path.start_with?("lib")
    end