Scanner for plain text.
Yields just one token of the kind :plain.
Alias: plaintext, plain
[Source]
# File lib/coderay/scanners/text.rb, line 18 18: def scan_tokens encoder, options 19: encoder.text_token string, :plain 20: encoder 21: end
[Validate]