Class: Byebug::AutosaveSetting
- 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
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
#banner ⇒ Object
13 14 15 |
# File 'lib/byebug/settings/autosave.rb', line 13 def "Automatically save command history record on exit" end |