Class: WebCrawler::View::Table
- Defined in:
- lib/web_crawler/view/table.rb
Overview
Render a table.
Parameters
Array[Array[String, String, …]]
Options
- ident<Integer>
-
Indent the first column by ident value.
- colwidth<Integer>
-
Force the first column to colwidth spaces wide.
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from WebCrawler::View::Base
Instance Method Details
#render ⇒ Object
15 16 17 |
# File 'lib/web_crawler/view/table.rb', line 15 def render format_table(@input) end |