openxml/openxml-docx

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

Summary

Maintainability
A
0 mins
Test Coverage
require "openxml/element"

module OpenXml
  module Docx
    class Element < ::OpenXml::Element
      namespace :w
    end
  end
end