Closed ghost closed 4 years ago
Adds undef_method before each method redefinition which causes the warnings.
Fixes the warnings like:
gems/bibtex-ruby-5.1.4/lib/bibtex/value.rb:119: warning: method redefined; discarding old <<
which come up when using the library.
Thanks for bringing this up! Those warnings were legitimate warnings and they should be gone in 5.1.5 -- please re-open in case you still see them.
Adds undef_method before each method redefinition which causes the warnings.
Fixes the warnings like:
which come up when using the library.