# File lib/rake.rb, line 961
961:
def
ext
(
newext
=
''
) 962:
collect
{
|
fn
|
fn
.
ext
(
newext
) } 963:
end