flavorjones / mini_portile

mini_portile and mini_portile2 - Simple autoconf and cmake builder for developers
MIT License
114 stars 51 forks source link

Eliminate "method redefined" warning #135

Closed amatsuda closed 1 year ago

amatsuda commented 1 year ago

This patch fixes the "method redefined" warning that occurs while loading the gem.

$ ruby -wrmini_portile2 -ep
.../mini_portile2-2.8.4/lib/mini_portile2/mini_portile.rb:97: warning: method redefined; discarding old source_directory=
flavorjones commented 1 year ago

Thank you!