class TinyMCE::Rails::JsonManifest

def write

def write
  File.open(@file, "wb") { |f| f.write(dump) }
end