def initialize(file) begin file = Zlib::GzipReader.open(file).read rescue end @stencil = Plist::parse_xml(file) end