From: Dave Thomas Date: 2004-11-09T11:41:38+09:00 Subject: Re: rdoc and vim folding On Nov 8, 2004, at 18:33, Ara.T.Howard@noaa.gov wrote: > how do i tell rdoc to 'treat files with NO extension as ruby files'? No way that I know of, but if you have a shebang line, it'll notice that and use Ruby for the files if the shebang contains 'ruby' Cheers Dave