# File lib/mini_profiler/storage/file_store.rb, line 24 def []=(key,val) ::File.open(path(key), "wb+") {|f| f.write Marshal.dump(val)} end