Class: Byebug::AutoreloadSetting
- Defined in:
- lib/byebug/settings/autoreload.rb
Overview
Setting for automatically reloading source code when it is changed.
Constant Summary collapse
- DEFAULT =
true
Instance Attribute Summary
Attributes inherited from Setting
Instance Method Summary collapse
Methods inherited from Setting
[], []=, boolean?, #boolean?, exists?, find, #help, help, help_all, #initialize, integer?, #integer?, load, settings, #to_s, #to_sym
Constructor Details
This class inherits a constructor from Byebug::Setting
Instance Method Details
#banner ⇒ Object
8 9 10 |
# File 'lib/byebug/settings/autoreload.rb', line 8 def 'Automatically reload source code when it is changed' end |