# File lib/capybara/node/matchers.rb, line 99
      def assert_no_selector(*args)
        synchronize do
          result = all(*args)
          result.matches_count? and raise Capybara::ExpectationNotMet, result.negative_failure_message
        end
        return true
      end