# File lib/capybara/node/matchers.rb, line 195 def has_no_content?(content) has_no_xpath?(XPath::HTML.content(content)) end