lib/byebug/settings/autosave.rb in byebug-3.1.2 vs lib/byebug/settings/autosave.rb in byebug-3.2.0
- old
+ new
@@ -1,9 +1,7 @@
module Byebug
class AutosaveSetting < Setting
- def initialize
- @value = true
- end
+ DEFAULT = true
def help
'If true, command history record is saved on exit'
end
end