Method: ActiveSupport::Cache::NullStore#increment

Defined in:
activesupport/lib/active_support/cache/null_store.rb

#increment(name, amount = 1, options = nil) ⇒ Object



28
29
# File 'activesupport/lib/active_support/cache/null_store.rb', line 28

def increment(name, amount = 1, options = nil)
end