Closed zenspider closed 4 years ago
Basically just ran this over and over until clean:
for F in $(find bin lib -type f -name \*.rb); do echo -n "$F: " ; ruby -cw $F; done
I did NOT run the tests... the Rakefile is too much.
Basically just ran this over and over until clean:
I did NOT run the tests... the Rakefile is too much.