httpauth/userdb.rb — UserDB mix-in module.
Author: IPR — Internet Programming with Ruby — writers Copyright (c) 2003 Internet Programming with Ruby writers. All rights reserved.
$IPR: userdb.rb,v 1.2 2003/02/20 07:15:48 gotoyuzo Exp $
| CR | = | "\x0d" |
| LF | = | "\x0a" |
| CRLF | = | "\x0d\x0a" |
| NullReader | = | Object.new |
| VERSION | = | "1.3.1" |