提交 5be53058 编写于 作者: T Tobias Lütke

Add missing clear method to memory_store

上级 09517e3a
......@@ -24,6 +24,10 @@ def delete_matched(matcher, options = nil)
super
@data.delete_if { |k,v| k =~ matcher }
end
def clear
@data.clear
end
end
end
end
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册