class RailsCacheInspector::Configuration

Attributes

highlight_with[RW]

Public Class Methods

new(init_with = {}) click to toggle source
# File lib/rails-cache-inspector/configuration.rb, line 5
def initialize(init_with = {})
  init_with.each { |k, v| public_send("#{k}=", v) }
end