class Byebug::Setting

def to_s

def to_s
  "#{to_sym} is #{value ? 'on' : 'off'}\n"
end