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

Class Method Details

.make(&block) ⇒ Object

Make ePub

Parameters:

  • block (Proc)

    the block for initialize EeePub::Maker



12
13
14
# File 'lib/eeepub.rb', line 12

def self.make(&block)
  EeePub::Maker.new(&block)
end