Flowdock
method

ext

Importance_1
v1_9_3_125 - Show latest stable - 0 notes - Class: 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) }

ext is a user added method for the Array class.

Show source
Register or log in to add new notes.