class Byebug::WidthSetting

def to_s

def to_s
  "Maximum width of byebug's output is #{value}"
end