Class: Jekyll::LiquidRenderer::Table
- Inherits:
-
Object
- Object
- Jekyll::LiquidRenderer::Table
- Defined in:
- lib/jekyll/liquid_renderer/table.rb
Constant Summary collapse
- GAUGES =
[:count, :bytes, :time].freeze
Instance Method Summary collapse
-
#initialize(stats) ⇒ Table
constructor
A new instance of Table.
- #to_s(num_of_rows = 50) ⇒ Object
Constructor Details
#initialize(stats) ⇒ Table
Returns a new instance of Table.
8 9 10 |
# File 'lib/jekyll/liquid_renderer/table.rb', line 8 def initialize(stats) @stats = stats end |