Method: Fat::Color#do_rows
- Defined in:
- lib/fat/color.rb
#do_rows(rows) ⇒ Object
10 11 12 13 14 |
# File 'lib/fat/color.rb', line 10 def do_rows rows @actual_row = Table.table.parts raise "wrong size table" if not rows.size == @actual_row.size super end |