Remove unnecessary arguments for builtin methods. · Issue #7737 · rubocop/rubocop

Is your feature request related to a problem? Please describe. I found something like array.join('') in my code recently. This can of course be replaced by array.join. There is also string.split("\...