class Byebug::HistfileSetting
Setting to customize the file where byebug’s history is saved.
def banner
def banner "File where cmd history is saved to. Default: ./.byebug_history" end
def to_s
def to_s "The command history file is #{value}\n" end