11 ms·
Is there any way to do static analysis using these contracts? Or is the way to find issues at runtime?
by ha470 12y ago
Is there any way to do static analysis using these contracts? Or is the way to find issues at runtime?
- egonschiele 12y agoThere's no way to do static analysis on Ruby. There are projects that have succeeded in doing it on a subset of Ruby, but they are not very popular since they can't support the full language.