Class: Byebug::FullpathSetting
- Defined in:
- lib/byebug/settings/fullpath.rb
Overview
Setting to display full paths in backtraces.
Constant Summary collapse
- DEFAULT =
true
Instance Attribute Summary
Attributes inherited from Setting
Instance Method Summary collapse
Methods inherited from Setting
[], []=, #boolean?, find, #help, help_all, #initialize, #integer?, settings, #to_s, #to_sym
Constructor Details
This class inherits a constructor from Byebug::Setting
Instance Method Details
#banner ⇒ Object
12 13 14 |
# File 'lib/byebug/settings/fullpath.rb', line 12 def "Display full file names in backtraces" end |