Methods

CodeRay::Encoders::Null

Null Encoder

Does nothing and returns an empty string.

Public Instance Methods

text_token(text, kind) click to toggle source
    # File lib/coderay/encoders/null.rb, line 11
11:     def text_token text, kind
12:       # do nothing
13:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.