class CodeRay::Scanners::Scanner

def reset

method instead of this one.
Sets back the scanner. Subclasses should redefine the reset_instance
def reset
  super
  reset_instance
end