Method: Bookmaker::Parser::Epub#html

Defined in:
lib/bookmaker/parser/epub.rb

#htmlObject



15
# File 'lib/bookmaker/parser/epub.rb', line 15

def html; @html ||= Nokogiri::HTML(html_path.read); end