module JekyllAsciidoctorPdf

JekyllAsciidoctorPdf

Empty module being initialized. This RubyGem holds examples of how to make Rake tasks for Rake using a RubyGem and some custom stuff. It helps clean up the Rakefile later.

Constants

VERSION

Public Class Methods

output(string) click to toggle source

Log functionallity TODO: Use the quit parameter to control the behavior

# File lib/jekyll_asciidoctor_pdf/logger.rb, line 7
def self.output(string)
    puts ' * ' + string
end