Method: Byebug::Setting#to_s

Defined in:
lib/byebug/setting.rb

#to_sObject



37
38
39
# File 'lib/byebug/setting.rb', line 37

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