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