class RDoc::Markdown::Literals

def _Alphanumeric

Alphanumeric = /[0-9A-Za-z\200-\377]/
def _Alphanumeric
  _tmp = scan(/\A(?-mix:[0-9A-Za-z\200-\377])/)
  set_failed_rule :_Alphanumeric unless _tmp
  return _tmp
end