inukshuk / bibtex-ruby

A BibTeX library, parser, and converter for Ruby.
http://inukshuk.github.com/bibtex-ruby
GNU General Public License v3.0
156 stars 31 forks source link

Fix warnings about redefining methods #144

Closed ghost closed 4 years ago

ghost commented 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.

inukshuk commented 4 years ago

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.