CodeRay::Encoders::Encoder
# File lib/coderay/encoders/text.rb, line 25 25: def finish options 26: super.chomp @sep 27: end
# File lib/coderay/encoders/text.rb, line 16 16: def setup options 17: super 18: @sep = options[:separator] 19: end
# File lib/coderay/encoders/text.rb, line 21 21: def text_token text, kind 22: text + @sep 23: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.