Methods
Included Modules
Constants
KINDS_NOT_LOC = [:plain]
Public Instance methods
scan_tokens(tokens, options)
# File lib/coderay/scanners/plaintext.rb, line 13
    def scan_tokens tokens, options
      text = (scan_until(/\z/) || '')
      tokens << [text, :plain]
    end