# File lib/fission/metadata.rb, line 52
    def save
      new_content = CFPropertyList::List.new
      new_content.value = CFPropertyList.guess @content
      new_content.save Fission.config['plist_file'],
                       CFPropertyList::List::FORMAT_BINARY
    end