class Byebug::HistsizeSetting
Setting to customize the number of byebug commands to be saved in history.
Constants
- DEFAULT
Public Instance Methods
to_s()
click to toggle source
# File lib/byebug/settings/histsize.rb, line 15 def to_s "Maximum size of byebug's command history is #{value}" end