Skip to content
Snippets Groups Projects
user avatar
Emily Strickland authored
If `Nokogiri::HTML(value).at_xpath('//body')` fails to find the `body` element, it will return `nil`. We can guard against that with an early return. Avoids calling `children` on `Nilclass` in those cases.
96f51e59
History
Name Last commit Last update