# File lib/rack/auth/digest/nonce.rb, line 28 28: def to_s 29: [([ @timestamp, digest ] * ' ')].pack("m*").strip 30: end