Class: Byebug::FullpathSetting

Inherits:
Setting
  • Object
show all
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

#value

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



12
13
14
# File 'lib/byebug/settings/fullpath.rb', line 12

def banner
  "Display full file names in backtraces"
end