# File lib/plist/generator.rb, line 52 def self.save_plist(obj, filename) File.open(filename, 'wb') do |f| f.write(obj.to_plist) end end