Class: Byebug::AutoreloadSetting

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

Instance Attribute Summary

Attributes inherited from Setting

#value

Instance Method Summary collapse

Methods inherited from Setting

[], []=, #boolean?, boolean?, exists?, find, format, #integer?, integer?, load, settings, #to_s, #to_sym

Constructor Details

#initializeAutoreloadSetting

Returns a new instance of AutoreloadSetting.



3
4
5
# File 'lib/byebug/settings/autoreload.rb', line 3

def initialize
  @value = true
end

Instance Method Details

#helpObject



7
8
9
# File 'lib/byebug/settings/autoreload.rb', line 7

def help
  'Reload source code when changed'
end