Parent

Methods

Class Index [+]

Quicksearch

Array

@private

Public Instance Methods

none?(&block) click to toggle source

Supports none? on early patch levels of Ruby 1.8.6

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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.