class RDoc::Markdown

def _EmptyTitle

EmptyTitle = ""
def _EmptyTitle
  _tmp = match_string("")
  set_failed_rule :_EmptyTitle unless _tmp
  return _tmp
end