Class HTAuth::Entry
In: lib/htauth/entry.rb
lib/htauth/entry.rb
Parent: Object

base class from which all entries are derived

Methods

dup   dup  

Public Instance methods

[Source]

   # File lib/htauth/entry.rb, line 5
5:     def dup
6:       self.class.from_line(self.to_s)
7:     end

[Source]

   # File lib/htauth/entry.rb, line 5
5:     def dup
6:       self.class.from_line(self.to_s)
7:     end

[Validate]