Class: Byebug::AutosaveSetting

Inherits:
Setting
  • Object
show all
Defined in:
lib/byebug/settings/autosave.rb

Overview

Setting for automatically saving previously entered commands to history when exiting the debugger.

Constant Summary collapse

DEFAULT =
true

Instance Attribute Summary

Attributes inherited from Setting

#value

Instance Method Summary collapse

Methods inherited from Setting

[], []=, #boolean?, find, #help, help_all, #initialize, #integer?, settings, #to_s, #to_sym

Constructor Details

This class inherits a constructor from Byebug::Setting

Instance Method Details



13
14
15
# File 'lib/byebug/settings/autosave.rb', line 13

def banner
  "Automatically save command history record on exit"
end