class GitHub::Markup::RDoc

def initialize(content)

def initialize(content)
  @content = content
end

def to_html

def to_html
  h = ::RDoc::Markup::ToHtml.new
  h.convert(@content)
end