Class: JekyllRecker::Generators::Graphs
- Inherits:
-
Jekyll::Generator
- Object
- Jekyll::Generator
- JekyllRecker::Generators::Graphs
- Includes:
- Base
- Defined in:
- lib/jekyll_recker/generators.rb
Overview
Graphs Generator
Instance Attribute Summary
Attributes included from Base
Instance Method Summary collapse
Methods included from Base
#data_file_target, #generate, #name
Methods included from Math
Methods included from Logging
Methods included from Date
#calculate_streaks, #slice_by_consecutive, #time_to_date
Instance Method Details
#crunch ⇒ Object
75 76 77 78 |
# File 'lib/jekyll_recker/generators.rb', line 75 def crunch JekyllRecker::Graphs.generate_graphs(site) nil end |