# File protocol.rb, line 698 def set_body(body) @body = body.gsub(/[&]/, '&').gsub(/[<]/, '<').gsub(/[']/, ''') self end