Sha256: df325d29984cd975a699f351a5a28f1227fa4fa4590d8632b82628a1399ec6cd

Contents?: true

Size: 200 Bytes

Versions: 3

Compression:

Stored size: 200 Bytes

Contents

# frozen_string_literal: true

module Docx
	module Builder
		module Decoder
			def self.to_xml(path)
				Zip::File.open(path) do |file|
					@zipfile = file
				end
				@zipfile
			end
		end
	end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
docx-builder-0.2.3 lib/docx/builder/decoder.rb
docx-builder-0.2.2 lib/docx/builder/decoder.rb
docx-builder-0.2.1 lib/docx/builder/decoder.rb