Class: Jekyll::SimpleAssets::PathTag
- Defined in:
- lib/jekyll-simple-assets/content-hash.rb
Instance Method Summary collapse
-
#initialize(tag_name, text, tokens) ⇒ PathTag
constructor
A new instance of PathTag.
Methods inherited from AssetTag
Constructor Details
#initialize(tag_name, text, tokens) ⇒ PathTag
Returns a new instance of PathTag.
92 93 94 95 |
# File 'lib/jekyll-simple-assets/content-hash.rb', line 92 def initialize (tag_name, text, tokens) super @type = 'path' end |