Method: Docx::Elements::Containers::Table#each_rows
- Defined in:
- lib/docx/containers/table.rb
#each_rows ⇒ Object
Iterate over each row within a table
44 45 46 |
# File 'lib/docx/containers/table.rb', line 44 def each_rows rows.each { |r| yield(r) } end |