class HTAuth::Entry

base class from which all entries are derived

Internal

↑ top

Public Instance Methods

dup() click to toggle source

return a new instance of this entry

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