# File lib/httpauth/digest.rb, line 551
        def bool_to_str(bool)
          bool ? 'true' : 'false'
        end