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