Method: RDoc::Markdown::Literals#_BOM

Defined in:
lib/rdoc/markdown/literals.rb

#_BOMObject

BOM = “uFEFF”



419
420
421
422
423
# File 'lib/rdoc/markdown/literals.rb', line 419

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