Method: QuickCite.run

Defined in:
lib/quickcite.rb

.run(latex_files, bibtex_file) ⇒ Object



23
24
25
# File 'lib/quickcite.rb', line 23

def self.run(latex_files, bibtex_file)
  Main.new(latex_files, bibtex_file)
end