class GutenbergBookFinder::HtmlParserIncluded

Public Instance Methods

html() click to toggle source
# File lib/gutenberg_book_finder.rb, line 10
def html
  ::Nokogiri::HTML(body)
end