Method: TableGen#text
- Defined in:
- lib/tablegen.rb
#text(line) ⇒ Object
Add a text line to the table. The text is wrapped automatically to fit into the table.
130 131 132 |
# File 'lib/tablegen.rb', line 130 def text(line) @lines << Line.new(:text, line) end |