Class: Jekyll::ImportmapTag
- Inherits:
-
Liquid::Tag
- Object
- Liquid::Tag
- Jekyll::ImportmapTag
- Defined in:
- lib/jekyll-importmap.rb,
lib/jekyll-importmap/version.rb
Constant Summary collapse
- VERSION =
"0.0.7"
Instance Method Summary collapse
-
#initialize(tag_name, text, tokens) ⇒ ImportmapTag
constructor
A new instance of ImportmapTag.
- #render(context) ⇒ Object
Constructor Details
#initialize(tag_name, text, tokens) ⇒ ImportmapTag
Returns a new instance of ImportmapTag.
7 8 9 |
# File 'lib/jekyll-importmap.rb', line 7 def initialize(tag_name, text, tokens) super end |
Instance Method Details
#render(context) ⇒ Object
11 12 13 |
# File 'lib/jekyll-importmap.rb', line 11 def render(context) return "Proof of concept" end |