class CodeRay::Encoders::YAML

def begin_group kind

def begin_group kind
  @data << [:begin_group, kind]
end