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