Sha256: 3bd5e43ae67beaf566f890de74d8b04256f2e415168db9090a10208b00b29abc

Contents?: true

Size: 243 Bytes

Versions: 6

Compression:

Stored size: 243 Bytes

Contents

module Byebug
  #
  # Setting for automatically reloading source code when it is changed.
  #
  class AutoreloadSetting < Setting
    DEFAULT = true

    def banner
      'Automatically reload source code when it is changed'
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
byebug-3.5.1 lib/byebug/settings/autoreload.rb
byebug-3.5.0 lib/byebug/settings/autoreload.rb
byebug-3.4.2 lib/byebug/settings/autoreload.rb
byebug-3.4.1 lib/byebug/settings/autoreload.rb
byebug-3.4.0 lib/byebug/settings/autoreload.rb
byebug-3.3.0 lib/byebug/settings/autoreload.rb