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



7
8
9
# File 'lib/htauth/entry.rb', line 7

def dup
  self.class.from_line(to_s)
end