Method: ReportBuilder::Builder::Html#html
- Defined in:
- lib/reportbuilder/builder/html.rb
#html(t) ⇒ Object
148 149 150 151 |
# File 'lib/reportbuilder/builder/html.rb', line 148 def html(t) ws=(" "*parse_level*2) @body << ws << t << "\n" end |