Method: ActiveSupport::Cache::NullStore#decrement
- Defined in:
- activesupport/lib/active_support/cache/null_store.rb
#decrement(name, amount = 1, options = nil) ⇒ Object
31 32 |
# File 'activesupport/lib/active_support/cache/null_store.rb', line 31 def decrement(name, amount = 1, = nil) end |