Methods

Files

Class Index [+]

Quicksearch

CodeRay::Encoders::YAML

YAML Encoder

Slow.

Constants

FILE_EXTENSION

Protected Instance Methods

compile(tokens, options) click to toggle source
    # File lib/coderay/encoders/yaml.rb, line 14
14:     def compile tokens, options
15:       require 'yaml'
16:       @out = tokens.to_a.to_yaml
17:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.