JoshCheek / seeing_is_believing

Displays the results of every line of code in your file
1.3k stars 54 forks source link

Cleaned up warnings. #153

Closed zenspider closed 4 years ago

zenspider commented 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.