Class | Gem2Rpm::RpmFileList |
In: |
lib/gem2rpm/rpm_file_list.rb
|
Parent: | Object |
Returns a new file list created from the array of files (e.g. Gem2Rpm::Specification.files).
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.