# File lib/sprockets/manifest.rb, line 185 def save FileUtils.mkdir_p dir File.open(path, 'w') do |f| f.write MultiJson.encode(@data) end end