openxml/openxml-pptx

View on GitHub
lib/openxml/pptx/parts.rb

Summary

Maintainability
A
0 mins
Test Coverage
module OpenXml
  module Pptx
    module Parts
    end
  end
end

require "openxml/pptx/relatable_part"
require "openxml/parts"
Dir.glob("#{File.join(File.dirname(__FILE__), "parts", "*.rb")}").each do |file|
  require file
end