class CodeRay::Encoders::DebugLint

def finish options

def finish options
  raise 'Some tokens still open at end of token stream: %p' % [@opened] unless @opened.empty?
  super
end