# File protocol.rb, line 709
      def set_subject(subject)
        @subject = subject.gsub(/[&]/, '&amp;').gsub(/[<]/, '&lt;').gsub(/[']/, '&apos;')
        self
      end