# File lib/moneta/lmc.rb, line 17 def delete(key) key = "#{key}__!__expiration" value = @hash[key] @hash.delete(key) value end