Module: Table2PNG
- Defined in:
- lib/table2png.rb,
lib/table2png/converter.rb
Defined Under Namespace
Classes: Converter
Instance Method Summary collapse
Instance Method Details
#convert(html, width = nil) ⇒ Object
4 5 6 |
# File 'lib/table2png.rb', line 4 def convert(html, width=nil) Converter.new(html, width).process end |