method
ext
v2_2_9 -
Show latest stable
- Class:
Rake::FileList
ext(newext='')public
Return a new FileList with String#ext method applied to each member of the array.
This method is a shortcut for:
array.collect { |item| item.ext(newext) }