[Source]
# File lib/coderay/scanners/plaintext.rb, line 13 13: def scan_tokens tokens, options 14: tokens << [scan_rest, :plain] 15: end
[Validate]