module DebugExtras::Settings

Public Class Methods

options() click to toggle source
# File lib/debug_extras/settings.rb, line 3
def self.options
  {
    html: true,
    color: {
      array: :yellowish,
      class: :cyanish
    }
  }
end