Class: Byebug::FullpathSetting

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

Constant Summary collapse

DEFAULT =
true

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



5
6
7
# File 'lib/byebug/settings/fullpath.rb', line 5

def help
  'Display full file names in frames'
end