Slow.
[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
[Validate]