class Byebug::WidthSetting

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

Constants

DEFAULT

Public Instance Methods

banner() click to toggle source
to_s() click to toggle source
# File lib/byebug/settings/width.rb, line 15
def to_s
  "Maximum width of byebug's output is #{value}"
end