Sha256: e83f07a3c5d71680f67247f12126658bd62daeeb716a1567967b399667efb4fd
Contents?: true
Size: 336 Bytes
Versions: 6790
Compression:
Stored size: 336 Bytes
Contents
# frozen_string_literal: true require_relative "../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
6,790 entries across 6,787 versions & 31 rubygems