class Byebug::WidthSetting
Setting
to customize the maximum width of byebug's output.
Constants
- DEFAULT
Public Instance Methods
to_s()
click to toggle source
# File lib/byebug/settings/width.rb, line 16 def to_s "Maximum width of byebug's output is #{value}" end