class RuboCop::Cop::Style::ModuleFunction

def message(_range)

def message(_range)
  return FORBIDDEN_MSG if style == :forbidden
  style == :module_function ? MODULE_FUNCTION_MSG : EXTEND_SELF_MSG
end