Class: EPUB::OCF
- Inherits:
-
Object
- Object
- EPUB::OCF
- Defined in:
- lib/epub/maker/ocf.rb,
lib/epub/maker/ocf/physical_container.rb,
lib/epub/maker/ocf/physical_container/rubyzip.rb,
lib/epub/maker/ocf/physical_container/zipruby.rb,
lib/epub/maker/ocf/physical_container/archive_zip.rb
Defined Under Namespace
Classes: Container, PhysicalContainer
Constant Summary collapse
- DIRECTORY =
'META-INF'
Instance Method Summary collapse
Instance Method Details
#make {|_self| ... } ⇒ Object
10 11 12 13 |
# File 'lib/epub/maker/ocf.rb', line 10 def make yield self if block_given? self end |