# File lib/rack/auth/digest/md5.rb, line 24 24: def initialize(*args) 25: super 26: @passwords_hashed = nil 27: end