Class: TextLayout::Table::Span
- Defined in:
- lib/text_layout/table.rb
Instance Attribute Summary
Attributes inherited from Cell
Instance Method Summary collapse
Methods inherited from Cell
Instance Method Details
#main?(col, row) ⇒ Boolean
41 42 43 |
# File 'lib/text_layout/table.rb', line 41 def main?(col, row) self.col == col && self.row == row end |