A simple Ruby Gem to bootstrap dependencies for setting up and maintaining a local Jekyll environment in sync with GitHub Pages
1.83k
stars
353
forks
source link
Remove unused variable `CONFIGS_WITH_METHODS` #843
Closed
JamesMGreene closed 1 year ago
It looks like the references to the
CONFIGS_WITH_METHODS
variable were removed way back inv158
but the definition is still present.Compare
v157
..v158