Class: Byebug::BasenameSetting

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

Overview

Command to display short paths in file names.

For example, when displaying source code information.

Constant Summary

Constants inherited from Setting

Setting::DEFAULT

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/basename.rb', line 12

def banner
  "<file>:<line> information after every stop uses short paths"
end