Hello, I would like to check a source code for common errors like use of unused variables. The "ruby -c" only checks for syntax errors. Is there some tool for Ruby like pylint or pyflakes for Python ? It has to _not_ run the code to do analysis. At least mistypos of method and variable names would be enough. Thx in an advance. -- Posted via http://www.ruby-forum.com/.