module Table2PNG
Constants
- Converter
Public Instance Methods
convert(html, width=nil)
click to toggle source
# File lib/table2png.rb, line 4 def convert(html, width=nil) Converter.new(html, width).process end