# File lib/mini_profiler/storage/abstract_store.rb, line 5 def save(page_struct) raise NotImplementedError.new("save is not implemented") end