CodeRay::Encoders::Encoder
# File lib/coderay/encoders/count.rb, line 11 11: def setup options 12: @out = 0 13: end
# 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.