# File lib/capybara/session.rb, line 227 def has_no_table?(locator, options={}) has_no_xpath?(XPath.table(locator, options)) end