Class: JekyllRecker::Generators::Graphs

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

Overview

Graphs Generator

Instance Attribute Summary

Attributes included from Base

#site

Instance Method Summary collapse

Methods included from Base

#data_file_target, #generate, #name

Methods included from Math

#average, #occurences, #total

Methods included from Logging

included, #info, #logger

Methods included from Date

#calculate_streaks, #slice_by_consecutive, #time_to_date

Instance Method Details

#crunchObject



75
76
77
78
# File 'lib/jekyll_recker/generators.rb', line 75

def crunch
  JekyllRecker::Graphs.generate_graphs(site)
  nil
end