Class: ODDB::DocData::DoctorFormatter
- Defined in:
- ext/docdata/src/docparser.rb
Instance Method Summary collapse
Instance Method Details
#push_tablecell(attributes) ⇒ Object
13 14 15 16 17 |
# File 'ext/docdata/src/docparser.rb', line 13 def push_tablecell(attributes) unless(@tablehandler.nil?) @tablehandler.next_cell(attributes, true) end end |