github / pages-gem

A simple Ruby Gem to bootstrap dependencies for setting up and maintaining a local Jekyll environment in sync with GitHub Pages
http://pages.github.com
MIT License
1.83k stars 353 forks source link

Remove unused variable `CONFIGS_WITH_METHODS` #843

Closed JamesMGreene closed 1 year ago

JamesMGreene commented 2 years ago

It looks like the references to the CONFIGS_WITH_METHODS variable were removed way back in v158 but the definition is still present.

Compare v157..v158