class CodeRay::Encoders::XML

def finish options

def finish options
  @doc.write @out, options[:pretty], options[:transitive], true
  
  super
end