Method: RTFDoc::Renderer#table_row

Defined in:
lib/rtfdoc.rb

#table_row(content) ⇒ Object



82
83
84
# File 'lib/rtfdoc.rb', line 82

def table_row(content)
  content.empty? ? nil : "<tr>#{content}</tr>"
end