Files

Class Index [+]

Quicksearch

CodeRay::Encoders::Filter

Protected Instance Methods

block_token(action, kind) click to toggle source
    # File lib/coderay/encoders/filter.rb, line 22
22:     def block_token action, kind
23:       [action, kind] if include_block_token? action, kind
24:     end
include_block_token?(action, kind) click to toggle source
    # File lib/coderay/encoders/filter.rb, line 26
26:     def include_block_token? action, kind
27:       true
28:     end
include_text_token?(text, kind) click to toggle source
    # File lib/coderay/encoders/filter.rb, line 18
18:     def include_text_token? text, kind
19:       true
20:     end
setup(options) click to toggle source
    # File lib/coderay/encoders/filter.rb, line 10
10:     def setup options
11:       @out = Tokens.new
12:     end
text_token(text, kind) click to toggle source
    # File lib/coderay/encoders/filter.rb, line 14
14:     def text_token text, kind
15:       [text, kind] if include_text_token? text, kind
16:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.