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