Sha256: 1e70b8f0acd0daa4a06a61141ebb74fd0bf4e7a5bad4068a512a2b838562a502
Contents?: true
Size: 333 Bytes
Versions: 19
Compression:
Stored size: 333 Bytes
Contents
require 'byebug/setting' module Byebug # # Setting to customize the verbosity level for stack frames. # class CallstyleSetting < Setting DEFAULT = 'long' def banner 'Set how you want method call parameters to be displayed' end def to_s "Frame display callstyle is '#{value}'" end end end
Version data entries
19 entries across 18 versions & 3 rubygems