class Octopress::Gist::NoCacheTag

Public Class Methods

new(tag_name, markup, token) click to toggle source
Calls superclass method
# File lib/octopress-gist/gist-no-cache.rb, line 4
def initialize(tag_name, markup, token)
  super
  @cache_disabled = true
end