class Jekyll::Tweetsert::TweetTagIndex

Public Class Methods

new(site, dir, value) click to toggle source
Calls superclass method Jekyll::Tweetsert::TweetIndex::new
# File lib/jekyll-tweetsert.rb, line 106
def initialize(site, dir, value)
  @config = "tags"
  @type = "tag"
  super
end