# File lib/active_support/cache/memory_store.rb, line 37 def delete_matched(matcher, options = nil) super @data.delete_if { |k,v| k =~ matcher } end