# File lib/mime/headers/internet.rb, line 62
      def comments= comments
        @comments = comments
        headers.add('Comments', @comments)
      end