HTAuth::Algorithm
the plaintext algorithm, which does absolutly nothing
ignore parameters
# File lib/htauth/plaintext.rb, line 8 8: def initialize(params = {}) 9: end
(Not documented)
# File lib/htauth/plaintext.rb, line 14 14: def encode(password) 15: "#{password}" 16: end
# File lib/htauth/plaintext.rb, line 10 10: def prefix 11: "" 12: end
Disabled; run with $DEBUG to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.