class Byebug::WidthSetting


Setting to customize the maximum width of byebug’s output.

def banner

def banner
  "Number of characters per line in byebug's output"
end

def to_s

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