# File lib/moneta/wrapper.rb, line 26 def increment(key, amount = 1, options = {}) wrap(:increment, key, amount, options) { super } end