Hello
I'm a newbie with Ruby but it seems that there is a problem with "fileExt".
I try this (I add fileExt=[] )
#!/usr/bin/env ruby # ##################### # Helper function ##################### def recursiveFileSearch(initialList) extraPathList = [] fileExt=[]
and now I can use alt+esc in all the cases.
Is it a good solution?
Alain