Sha256: 97537af0db26f3282634e9264d7ee0b40934d2b97a5263bab615a2f84e81bbd3
Contents?: true
Size: 261 Bytes
Versions: 18
Compression:
Stored size: 261 Bytes
Contents
# frozen_string_literal: true 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
18 entries across 18 versions & 8 rubygems