Sha256: a518933c0d05519bd9af00b769aa04ee73b320cdeafa88eab73de9610986924c
Contents?: true
Size: 331 Bytes
Versions: 18
Compression:
Stored size: 331 Bytes
Contents
# frozen_string_literal: true 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
18 entries across 18 versions & 8 rubygems