class CodeRay::Encoders::YAML

def text_token text, kind

def text_token text, kind
  @data << [text, kind]
end