Module: RubyPandoc::Dependencies
Instance Method Summary collapse
Instance Method Details
#satisfied? ⇒ Boolean
15 16 17 18 |
# File 'lib/ruby-pandoc/dependencies.rb', line 15 def satisfied? has_pandoc has_latex end |
#satisfy ⇒ Object
20 21 22 23 |
# File 'lib/ruby-pandoc/dependencies.rb', line 20 def satisfy get_pandoc get_latex end |