From: David Wright Date: 2010-11-10T06:36:18+09:00 Subject: Re: Analyzer for errors in code ? David Unric wrote in post #960342: > Is there some tool for Ruby like pylint or pyflakes for Python ? > It has to _not_ run the code to do analysis. It sounds like you are asking if Ruby has any static analysis tools. The answer is yes, Tony pointed out a good resource, here is some more reading. http://www.klocwork.com/blog/2009/06/static-analysis-for-rubypython/ http://stackoverflow.com/questions/286564 -- Posted via http://www.ruby-forum.com/.