Sha256: 37b3f6e8518b1442a203f7af272630449db55d6ccb459d3fdbd1c40a9fc70d2b
Contents?: true
Size: 230 Bytes
Versions: 36
Compression:
Stored size: 230 Bytes
Contents
require 'byebug/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
36 entries across 34 versions & 5 rubygems