Class: GutenbergBookFinder::HtmlParserIncluded

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

Instance Method Summary collapse

Instance Method Details

#htmlObject



10
11
12
# File 'lib/gutenberg_book_finder.rb', line 10

def html
  ::Nokogiri::HTML(body)
end