class Jekyll::Tweetsert::TweetCategoryIndex

Public Class Methods

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