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



11
12
13
# File 'lib/byebug/settings/autosave.rb', line 11

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