Class: BibTeX::Filters::LaTeX

Inherits:
BibTeX::Filter show all
Defined in:
lib/bibtex/filters/latex.rb

Instance Method Summary collapse

Methods inherited from BibTeX::Filter

inherited, subclasses

Instance Method Details

#apply(value) ⇒ Object



7
8
9
# File 'lib/bibtex/filters/latex.rb', line 7

def apply(value)
  ::LaTeX.decode(value)
end