instance method
decrement
Ruby on Rails 8.1.2
Since v3.2.22.5Signature
decrement(name, amount = 1, **options)
No documentation comment.
Parameters
-
namereq -
amountopt = 1 -
optionskeyrest
Source
# File activesupport/lib/active_support/cache/null_store.rb, line 31
def decrement(name, amount = 1, **options)
end
Defined in activesupport/lib/active_support/cache/null_store.rb line 31
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Cache::NullStore