Class: Byebug::TestingSetting

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

Instance Attribute Summary

Attributes inherited from Setting

#value

Instance Method Summary collapse

Methods inherited from Setting

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

Constructor Details

This class inherits a constructor from Byebug::Setting

Instance Method Details

#helpObject



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

def help
  'Used when testing byebug'
end