47 48 49 50 51
# File 'lib/kimurai/base/storage.rb', line 47 def clear! @mutex.synchronize do @database = {} end end