Included Modules

Files

Class Index [+]

Quicksearch

CodeRay::Encoders::Text

Constants

FILE_EXTENSION
DEFAULT_OPTIONS

Protected Instance Methods

finish(options) click to toggle source
    # File lib/coderay/encoders/text.rb, line 25
25:     def finish options
26:       super.chomp @sep
27:     end
setup(options) click to toggle source
    # File lib/coderay/encoders/text.rb, line 16
16:     def setup options
17:       super
18:       @sep = options[:separator]
19:     end
text_token(text, kind) click to toggle source
    # 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.