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