Class: JekyllRecker::Generators::PostCount

Inherits:
Jekyll::Generator
  • Object
show all
Includes:
Stats
Defined in:
lib/jekyll_recker/generators.rb

Overview

Post Count Generator

Constant Summary collapse

KEY =
'posts'

Instance Method Summary collapse

Methods included from Stats

#average, #entries, #generate, #key, #total

Methods included from Mixins::Logging

#logger

Instance Method Details

#crunchObject



99
100
101
# File 'lib/jekyll_recker/generators.rb', line 99

def crunch
  entries.count
end