# 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
# File lib/coderay/encoders/filter.rb, line 26
26: def include_block_token? action, kind
27: true
28: end
# File lib/coderay/encoders/filter.rb, line 18
18: def include_text_token? text, kind
19: true
20: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.