Sha256: 4878eccc500034b58e2241a93448cedc65c48a4fda1b94a162112a3e342999fd
Contents?: true
Size: 353 Bytes
Versions: 21
Compression:
Stored size: 353 Bytes
Contents
module EPUB class OCF class PhysicalContainer class UnpackedDirectory < self def open yield self end def read(path_name) ::File.read(::File.join(@container_path, path_name)) rescue ::Errno::ENOENT => error raise NoEntry.from_error(error) end end end end end
Version data entries
21 entries across 21 versions & 1 rubygems