Sha256: a60ef48bcb504916315b0d87cacd116f7ac6861bd62733cc830e2435f98b2581
Contents?: true
Size: 371 Bytes
Versions: 12
Compression:
Stored size: 371 Bytes
Contents
# frozen_string_literal: true require "byebug/setting" module Byebug # # Setting to customize the verbosity level for stack frames. # class CallstyleSetting < Setting DEFAULT = "long".freeze 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
12 entries across 12 versions & 5 rubygems