Class: VimwikiMarkdown::Template
- Inherits:
-
Object
- Object
- VimwikiMarkdown::Template
- Defined in:
- lib/vimwiki_markdown/template.rb
Instance Method Summary collapse
-
#initialize(options) ⇒ Template
constructor
A new instance of Template.
- #to_s ⇒ Object
Constructor Details
#initialize(options) ⇒ Template
Returns a new instance of Template.
7 8 9 10 11 12 |
# File 'lib/vimwiki_markdown/template.rb', line 7 def initialize() = get_template_contents validate_template end |
Instance Method Details
#to_s ⇒ Object
14 15 16 |
# File 'lib/vimwiki_markdown/template.rb', line 14 def to_s (template) end |