Class: BibTeX::Name

Inherits:
Object
  • Object
show all
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(options = {})
  [last, suffix, options[:initials] ? initials : first].compact.join(', ')
end