# File lib/mini_profiler/storage/file_store.rb, line 10 def initialize(path, prefix) @path = path @prefix = prefix end