Module: EPUB::Searcher

Defined in:
lib/epub/searcher.rb,
lib/epub/searcher/xhtml.rb,
lib/epub/searcher/result.rb,
lib/epub/searcher/publication.rb

Defined Under Namespace

Classes: Publication, Result, XHTML

Class Method Summary collapse

Class Method Details

.search(epub, word, **options) ⇒ Object



8
9
10
# File 'lib/epub/searcher.rb', line 8

def search(epub, word, **options)
  Publication.search(epub.package, word, options)
end