class CodeRay::Encoders::LinesOfCode

def finish options

def finish options
  output @tokens.text.scan(NON_EMPTY_LINE).size
end