Module: JekyllAsciidoctorPdf
- Defined in:
- lib/jekyll_asciidoctor_pdf.rb,
lib/jekyll_asciidoctor_pdf/adoc.rb,
lib/jekyll_asciidoctor_pdf/logger.rb,
lib/jekyll_asciidoctor_pdf/gitinfo.rb,
lib/jekyll_asciidoctor_pdf/sidebar.rb,
lib/jekyll_asciidoctor_pdf/version.rb,
lib/jekyll_asciidoctor_pdf/commands.rb,
lib/jekyll_asciidoctor_pdf/permalink.rb
Overview
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.
Defined Under Namespace
Classes: ADoc, BuildTask, GitInfo, Gituser, PermalinkData, SidebarEntry, SidebarYAML
Constant Summary collapse
- VERSION =
'0.3.0'
Class Method Summary collapse
-
.output(string) ⇒ Object
Log functionallity TODO: Use the quit parameter to control the behavior.
Class Method Details
.output(string) ⇒ Object
Log functionallity TODO: Use the quit parameter to control the behavior
7 8 9 |
# File 'lib/jekyll_asciidoctor_pdf/logger.rb', line 7 def self.output(string) puts ' * ' + string end |