Methods

Included Modules

Files

Class Index [+]

Quicksearch

CodeRay::Scanners::Plaintext

Constants

KINDS_NOT_LOC

Public Instance Methods

scan_tokens(tokens, options) click to toggle 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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.