BibTeX::Filter
# File lib/bibtex/filters/linebreaks.rb, line 5 def apply(value) value.to_s.gsub(/\n\s*/, ' ') end