# File lib/moneta/wrapper.rb, line 21 def delete(key, options = {}) wrap(:delete, key, options) { super } end