Method: ReVIEW::LATEXBuilder#tr
- Defined in:
- lib/review/latexbuilder.rb
#tr(rows) ⇒ Object
884 885 886 887 |
# File 'lib/review/latexbuilder.rb', line 884 def tr(rows) print rows.join(' & ') puts ' \\\\ \hline' end |
884 885 886 887 |
# File 'lib/review/latexbuilder.rb', line 884 def tr(rows) print rows.join(' & ') puts ' \\\\ \hline' end |