Class: Swoop::TableRenderer

Inherits:
Renderer show all
Defined in:
lib/swoop/renderer/table_renderer.rb

Instance Attribute Summary

Attributes inherited from Renderer

#reports, #title

Instance Method Summary collapse

Methods inherited from Renderer

#initialize

Constructor Details

This class inherits a constructor from Swoop::Renderer

Instance Method Details

#renderObject



7
8
9
# File 'lib/swoop/renderer/table_renderer.rb', line 7

def render
  puts table
end