rouge-ruby / rouge

A pure Ruby code highlighter that is compatible with Pygments
https://rouge.jneen.net/
Other
3.3k stars 732 forks source link

Fix private class unused variable warnings #2031

Closed tancnle closed 3 months ago

tancnle commented 3 months ago

This reduces around 21 warnings lines as the output of RUBYOPT='-W' rake check:specs command (232 -> 211).

Extracted from https://github.com/rouge-ruby/rouge/pull/1962