class CodeRay::Encoders::Text

def text_token text, kind

def text_token text, kind
  super
  
  if @first
    @first = false
  else
    @out << @sep
  end if @sep
end