class RDoc::RDoc

def handle_pipe

def handle_pipe
  @html = RDoc::Markup::ToHtml.new
  out = @html.convert $stdin.read
  $stdout.write out
end