Method: Skylight::Normalizers::ActiveSupport::CacheWrite#normalize
- Defined in:
- lib/skylight/normalizers/active_support/cache_write.rb
#normalize(_trace, _name, _payload) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
10 11 12 |
# File 'lib/skylight/normalizers/active_support/cache_write.rb', line 10 def normalize(_trace, _name, _payload) [CAT, TITLE, nil] end |