Closed danfinnie closed 10 years ago
Accept Pathnames so that you can write something like:
LatexToPdf.config.merge!({ supporting: Rails.root.join("latex.cls") # Rails.root is a Pathname. })
fonts
kind_of?
class ==
Accept Pathnames so that you can write something like:
fonts
directory that I wanted to reference.kind_of?
instead ofclass ==
to match subclasses.