Class: Byebug::CallstyleSetting

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

Constant Summary collapse

DEFAULT =
'long'

Instance Attribute Summary

Attributes inherited from Setting

#value

Instance Method Summary collapse

Methods inherited from Setting

[], []=, boolean?, #boolean?, exists?, find, format, #initialize, integer?, #integer?, load, settings, #to_sym

Constructor Details

This class inherits a constructor from Byebug::Setting

Instance Method Details

#helpObject



5
6
7
# File 'lib/byebug/settings/callstyle.rb', line 5

def help
  'Set how you want method call parameters to be displayed'
end

#to_sObject



9
10
11
# File 'lib/byebug/settings/callstyle.rb', line 9

def to_s
  "Frame display callstyle is '#{value}'"
end