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