Class: Byebug::TestingSetting
- Defined in:
- lib/byebug/settings/testing.rb
Overview
Special setting to flag that byebug is being tested.
FIXME: make this private.
Constant Summary
Constants inherited from Setting
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/testing.rb', line 8 def 'Used when testing byebug' end |