class RuboCop::Cop::Rails::FilePath

def message(_range)

def message(_range)
  format(style == :arguments ? MSG_ARGUMENTS : MSG_SLASHES)
end