Sha256: 4934003c7bf01e88bfe733f0dffb5cdd027e1ba94c0588523a62111de88de88f
Contents?: true
Size: 266 Bytes
Versions: 6770
Compression:
Stored size: 266 Bytes
Contents
# frozen_string_literal: true require_relative "../setting" module Byebug # # Setting to display full paths in backtraces. # class FullpathSetting < Setting DEFAULT = true def banner "Display full file names in backtraces" end end end
Version data entries
6,770 entries across 6,767 versions & 30 rubygems