class CodeRay::Encoders::Terminal

def end_line kind

def end_line kind
  @out << (@line_filler ||= "\t" * 100)
  end_group kind
end