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