Closed casutton closed 10 years ago
I did not add a sort
method because this is provided by Enumerable. Let me know if there's a reason to define this explicitly and if so, I will add it.
I'm not a very experienced Rubyist so let me know if you have any suggestions for things that should be added or changed.
Also feel free to merge with Issue #50 if appropriate.
Thanks!
We will probably add a sort method that returns a new Bibliography at some point in the future. Enumerable's sort gives you an array and not a Bibliography object, thus lacking all BibTeX specific features.