# File lib/brakeman/messages.rb, line 68 def << msg if msg.is_a? String @parts << Brakeman::Messages::Plain.new(msg) else @parts << msg end end