Class: Jekyll::ImportmapTag
- Inherits:
-
Liquid::Tag
- Object
- Liquid::Tag
- Jekyll::ImportmapTag
- Defined in:
- lib/jekyll-importmap.rb
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.
8 9 10 |
# File 'lib/jekyll-importmap.rb', line 8 def initialize(tag_name, text, tokens) super end |
Instance Method Details
#render(context) ⇒ Object
12 13 14 |
# File 'lib/jekyll-importmap.rb', line 12 def render(context) "Proof of concept" end |