Class: HTAuth::Entry

Inherits:
Object
  • Object
show all
Defined in:
lib/htauth/entry.rb

Overview

Internal: base class from which all entries are derived

Direct Known Subclasses

PasswdEntry

Instance Method Summary collapse

Instance Method Details

#dupObject

Internal: return a new instance of this entry



5
6
7
# File 'lib/htauth/entry.rb', line 5

def dup
  self.class.from_line(self.to_s)
end