class CodeRay::Encoders::Terminal

def begin_group kind

def begin_group kind
  @opened << kind
  @out << open_token(kind)
end