Class: BibTeX::Name
- Inherits:
-
Object
- Object
- BibTeX::Name
- Defined in:
- lib/bibtex_munge/sort.rb
Instance Method Summary collapse
Instance Method Details
#sort_order(options = {}) ⇒ Object
5 6 7 |
# File 'lib/bibtex_munge/sort.rb', line 5 def sort_order( = {}) [last, suffix, [:initials] ? initials : first].compact.join(', ') end |