# File lib/rack/auth/digest/nonce.rb, line 20 20: def self.parse(string) 21: new(*string.unpack("m*").first.split(' ', 2)) 22: end