method
increment
v5.1.7 -
Show latest stable
- Class:
ActiveSupport::Cache::NullStore
increment(name, amount = 1, options = nil)public
No documentation available.
# File activesupport/lib/active_support/cache/null_store.rb, line 19
def increment(name, amount = 1, options = nil)
end