From: Markus Date: 2004-10-26T04:22:57+09:00 Subject: Re: Lint for Ruby What would it check for? I know I grep for "elseif" and I think my personal extensions library still includes something like: def elseif; raise "It's elsif you fool!" end but (in general) I'm not sure what you would want to catch. Maybe we could take up a collection ("My dumbest ruby gaffes" or something)? -- Markus On Mon, 2004-10-25 at 11:10, Matt Mower wrote: > Hi folks. > > I was wondering whether anyone had done any work on a Lint style tool > for Ruby programs? > > A google for "Ruby Lint" didn't turn up anything obviously useful. > > Regards, > > Matt