Methods

CodeRay::Scanners::Text

Scanner for plain text.

Yields just one token of the kind :plain.

Alias: plaintext, plain

Protected Instance Methods

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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.