[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Static and Dynamic Analysis

Aaron Becker

3/31/2006 10:39:00 PM

Are there any static and/or dynamic analysis tools for Ruby? FxCop for
Ruby?

Thanks.

--
Posted via http://www.ruby-....


1 Answer

Tom Copeland

4/1/2006 1:30:00 AM

0

On Sat, 2006-04-01 at 07:39 +0900, Miles Monroe wrote:
> Are there any static and/or dynamic analysis tools for Ruby? FxCop for
> Ruby?

There's the nascent checkr project:

http://rubyforge.org/projec...

It's got a small bit of code in Subversion:

http://rubyforge.org/plugins/scmsvn/viewcvs.php/lib/?r...

It's a start, anyhow.

Yours,

Tom