Class: GutenbergBookFinder::HtmlParserIncluded

Inherits:
HTTParty::Parser
  • Object
show all
Defined in:
lib/gutenberg_book_finder.rb

Instance Method Summary collapse

Instance Method Details

#htmlObject



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

def html
  Nokogiri::HTML(body)
end