Methods

Included Modules

Files

Class Index [+]

Quicksearch

CodeRay::Encoders::Count

Protected Instance Methods

setup(options) click to toggle source
    # File lib/coderay/encoders/count.rb, line 11
11:     def setup options
12:       @out = 0
13:     end
token(text, kind) click to toggle source
    # File lib/coderay/encoders/count.rb, line 15
15:     def token text, kind
16:       @out += 1
17:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.