# File lib/facets/more/cookie.rb, line 80
    def total_dot_num(string)
      string.scan(/\./).length()
    end