# File lib/rspec/expectations/extensions/array.rb, line 3
    def none?(&block)
      !any?(&block)
    end