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