Encoder
# File lib/coderay/encoders/yaml.rb, line 31 def begin_group kind @data << [:begin_group, kind] end
# File lib/coderay/encoders/yaml.rb, line 39 def begin_line kind @data << [:begin_line, kind] end
# File lib/coderay/encoders/yaml.rb, line 35 def end_group kind @data << [:end_group, kind] end
Generated with the Darkfish Rdoc Generator 2.