Class: Octopress::Gist::NoCacheTag

Inherits:
Tag
  • Object
show all
Defined in:
lib/octopress-gist/gist-no-cache.rb

Instance Method Summary collapse

Methods inherited from Tag

#download_gist, #gist_files, #render

Constructor Details

#initialize(tag_name, markup, token) ⇒ NoCacheTag

Returns a new instance of NoCacheTag.



4
5
6
7
# File 'lib/octopress-gist/gist-no-cache.rb', line 4

def initialize(tag_name, markup, token)
  super
  @cache_disabled = true
end