Methods

Included Modules

Files

Class Index [+]

Quicksearch

CodeRay::Encoders::Null

Null Encoder

Does nothing and returns an empty string.

Public Instance Methods

to_proc() click to toggle source

Defined for faster processing

    # File lib/coderay/encoders/null.rb, line 13
13:     def to_proc
14:       proc {}
15:     end

Protected Instance Methods

token(*) click to toggle source
    # File lib/coderay/encoders/null.rb, line 19
19:     def token(*)
20:       # do nothing
21:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.