# File wfo/workarea.rb, line 66 def store_info @info_path.dirname.mkpath Zlib::GzipWriter.open(@info_path.to_s) {|f| Marshal.dump(@info, f) } end