simplecov-ruby / simplecov-html

HTML formatter for SimpleCov code coverage tool for ruby 1.9+
http://github.com/colszowka/simplecov
MIT License
74 stars 117 forks source link

Bring back self-assignment to suppress Ruby warning #127

Closed amatsuda closed 9 months ago

amatsuda commented 9 months ago

This reverts commit 1ec2e3ba72046f7d1fa5288f726aba75535cb826.

I don't remember why I thought this self-assignment is omittable, but the fact is that Ruby actually warns without this...