Class: Byebug::AutoevalSetting

Inherits:
Setting
  • Object
show all
Defined in:
lib/byebug/settings/autoeval.rb

Overview

Setting for automatic evaluation of unknown commands.

Constant Summary collapse

DEFAULT =
true

Instance Attribute Summary

Attributes inherited from Setting

#value

Instance Method Summary collapse

Methods inherited from Setting

[], []=, boolean?, #boolean?, exists?, find, #help, help, help_all, #initialize, integer?, #integer?, load, settings, #to_s, #to_sym

Constructor Details

This class inherits a constructor from Byebug::Setting

Instance Method Details



8
9
10
# File 'lib/byebug/settings/autoeval.rb', line 8

def banner
  'Automatically evaluate unrecognized commands'
end