module EPUB::Publication::FixedLayout
Constants
- PREFIX_KEY
- PREFIX_VALUE
- RENDITION_PROPERTIES
Public Class Methods
included(package_class)
click to toggle source
# File lib/epub/publication/fixed_layout.rb, line 16 def included(package_class) [ [Package, PackageMixin], [Package::Metadata, MetadataMixin], [Package::Spine::Itemref, ItemrefMixin], [Package::Manifest::Item, ItemMixin], [ContentDocument::XHTML, ContentDocumentMixin], ].each do |(base, mixin)| base.__send__ :include, mixin end end