class Ronn::Document

def convert(format)

return the result as a string.
Convert the document to :roff, :html, or :html_fragment and
def convert(format)
  send "to_#{format}"
end