# File lib/capybara/node/matchers.rb, line 221 def has_no_link?(locator, options={}) has_no_xpath?(XPath::HTML.link(locator, options)) end