# File lib/http/cookie.rb, line 426
  def dot_domain
    @for_domain ? '.' << @domain : @domain
  end