162 163 164 165 166
# File 'lib/dradis/plugins/pdf_export/exporter.rb', line 162 def export() pdf = Processor.new(content_service: content_service) pdf.generate pdf end