class Byebug::HistsizeSetting
Setting to customize the number of byebug commands to be saved in history.
def banner
def banner "Maximum number of commands that can be stored in byebug history" end
def to_s
def to_s "Maximum size of byebug's command history is #{value}" end