class Byebug::SavefileSetting

Setting to customize the file where byebug's history is saved.

Constants

DEFAULT

Public Instance Methods

banner() click to toggle source
to_s() click to toggle source
# File lib/byebug/settings/savefile.rb, line 15
def to_s
  "The command history file is #{value}\n"
end