Sha256: fa6a24a79d6c5ab897cf8a42c9f044bc9fa4a53115a23bb9fd19093df16522ba
Contents?: true
Size: 300 Bytes
Versions: 36
Compression:
Stored size: 300 Bytes
Contents
require 'byebug/setting' module Byebug # # Setting for automatically saving previously entered commands to history # when exiting the debugger. # class AutosaveSetting < Setting DEFAULT = true def banner 'Automatically save command history record on exit' end end end
Version data entries
36 entries across 34 versions & 5 rubygems