Class: Byebug::HistfileSetting
- Defined in:
- lib/byebug/settings/histfile.rb
Overview
Setting to customize the file where byebug’s history is saved.
Constant Summary collapse
- DEFAULT =
File.(".byebug_history")
Instance Attribute Summary
Attributes inherited from Setting
Instance Method Summary collapse
Methods inherited from Setting
[], []=, #boolean?, find, #help, help_all, #initialize, #integer?, settings, #to_sym
Constructor Details
This class inherits a constructor from Byebug::Setting
Instance Method Details
#banner ⇒ Object
12 13 14 |
# File 'lib/byebug/settings/histfile.rb', line 12 def "File where cmd history is saved to. Default: ./.byebug_history" end |
#to_s ⇒ Object
16 17 18 |
# File 'lib/byebug/settings/histfile.rb', line 16 def to_s "The command history file is #{value}\n" end |