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