[Source]
# File lib/coderay/scanners/plaintext.rb, line 13 13: def scan_tokens tokens, options 14: text = (scan_until(/\z/) || '') 15: tokens << [text, :plain] 16: end
[Validate]