method
new
v1_9_2_180 -
Show latest stable
- Class:
WEBrick::HTTPAuth::Htgroup
new(path)public
No documentation available.
# File lib/webrick/httpauth/htgroup.rb, line 15
def initialize(path)
@path = path
@mtime = Time.at(0)
@group = Hash.new
open(@path,"a").close unless File::exist?(@path)
reload
end