# File lib/facets/more/filelist.rb, line 345
def
ext
(
newext
=
''
)
collect
{
|
fn
|
fn
.
ext
(
newext
) }
end