= private = protected
each()
Iterate passwords in the database.
# File lib/webrick/httpauth/htpasswd.rb, line 117 def each # :yields: [user, password] @passwd.keys.sort.each{|user| yield([user, @passwd[user]]) } end