class RDoc::Markdown::Literals

def _BOM

BOM = "uFEFF"
def _BOM
  _tmp = match_string("uFEFF")
  set_failed_rule :_BOM unless _tmp
  return _tmp
end