Module: Uniword::Docx::PackageDefaults Private
- Included in:
- Package
- Defined in:
- lib/uniword/docx/package_defaults.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Factory methods and defaults for DOCX package construction.
Extracted from Package for separation of responsibilities. Included in Package for backward compatibility.
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
- .included(base) ⇒ Object private
Class Method Details
.included(base) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
12 13 14 |
# File 'lib/uniword/docx/package_defaults.rb', line 12 def self.included(base) base.extend(ClassMethods) end |