Module: EeePub
- Defined in:
- lib/eeepub.rb,
lib/eeepub/ncx.rb,
lib/eeepub/ocf.rb,
lib/eeepub/opf.rb,
lib/eeepub/easy.rb,
lib/eeepub/maker.rb,
lib/eeepub/container_item.rb
Defined Under Namespace
Classes: ContainerItem, Easy, Maker, NCX, OCF, OPF
Class Method Summary collapse
-
.make(&block) ⇒ Object
Make ePub.
Class Method Details
.make(&block) ⇒ Object
Make ePub
12 13 14 |
# File 'lib/eeepub.rb', line 12 def self.make(&block) EeePub::Maker.new(&block) end |