class CGI::Cookie

def inspect

A summary of cookie string.
def inspect
  "#<CGI::Cookie: #{self.to_s.inspect}>"
end