Module: DebugExtras::Settings
- Defined in:
- lib/debug_extras/settings.rb
Class Method Summary collapse
Class Method Details
.options ⇒ Object
3 4 5 6 7 8 9 10 11 |
# File 'lib/debug_extras/settings.rb', line 3 def self. { html: true, color: { array: :yellowish, class: :cyanish } } end |