class RDoc::Markdown

def _root

root = Doc
def _root
  _tmp = apply(:_Doc)
  set_failed_rule :_root unless _tmp
  return _tmp
end