struct

Crig::Loaders::Epub::EpubFileLoader(T, P)

Inherits Enumerable < Struct < Value < Object

Constructors

Class methods

with_dir(directory : String) : EpubFileLoader(PathResult, P)
Source
with_glob(pattern : String) : EpubFileLoader(PathResult, P)
Source

Instance methods

by_chapter
Source
each

Must yield this collection's elements to the block.

Source
ignore_errors
Source
into_iter
Source
load
Source
load_with_path
Source
read
Source
read_with_path
Source
to_a

Returns an Array with all the elements in the collection.

(1..5).to_a # => [1, 2, 3, 4, 5]
Source