Method: Coopy::TableText#initialize
- Defined in:
- lib/coopy/table_text.rb
#initialize(rows) ⇒ TableText
Returns a new instance of TableText.
4 5 6 7 |
# File 'lib/coopy/table_text.rb', line 4 def initialize(rows) @rows = rows @view = rows.get_cell_view end |