openxml/openxml-docx

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

Summary

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

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