Module: DebugExtras::Settings

Defined in:
lib/debug_extras/settings.rb

Class Method Summary collapse

Class Method Details

.optionsObject



3
4
5
6
7
8
9
10
11
# File 'lib/debug_extras/settings.rb', line 3

def self.options
  {
    html: true,
    color: {
      array: :yellowish,
      class: :cyanish
    }
  }
end