Module: Kramdown::PlantUml::JekyllProvider
- Defined in:
- lib/kramdown-plantuml/jekyll_provider.rb
Overview
Provides an instance of Jekyll if available.
Class Attribute Summary collapse
-
.site_source_dir ⇒ Object
readonly
Returns the value of attribute site_source_dir.
Class Method Summary collapse
Class Attribute Details
.site_source_dir ⇒ Object (readonly)
Returns the value of attribute site_source_dir.
10 11 12 |
# File 'lib/kramdown-plantuml/jekyll_provider.rb', line 10 def site_source_dir @site_source_dir end |
Class Method Details
.jekyll ⇒ Object
12 13 14 15 16 |
# File 'lib/kramdown-plantuml/jekyll_provider.rb', line 12 def jekyll return @jekyll if defined? @jekyll @jekyll = load_jekyll end |