Class: HTAuth::Entry
- Inherits:
-
Object
- Object
- HTAuth::Entry
- Defined in:
- lib/htauth/entry.rb
Overview
Internal: base class from which all entries are derived
Direct Known Subclasses
Instance Method Summary collapse
-
#dup ⇒ Object
Internal: return a new instance of this entry.
Instance Method Details
#dup ⇒ Object
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 |