Class: Jekyll::SimpleAssets::ContentHashTag

Inherits:
AssetTag
  • Object
show all
Defined in:
lib/jekyll-simple-assets/content-hash.rb

Instance Method Summary collapse

Methods inherited from AssetTag

#get_value, #render

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