Class | Gem2Rpm::RpmDependencyList |
In: |
lib/gem2rpm/rpm_dependency_list.rb
|
Parent: | Object |
Calls the given block once for each element in self, passing that element as a parameter. Returns the array itself. If no block is given, an Enumerator is returned.
Returns a new array containing the items in self for which the given block is not true. The ordering of non-rejected elements is maintained. If no block is given, an Enumerator is returned instead.