module Brakeman::Messages

def msg_file str

Create a new message fragment representing a file name
def msg_file str
  Messages::FileName.new str
end