CLEANUP - Break `RangeHelp` mixin out of `Util` by garettarrowood · Pull Request #5366 · rubocop/rubocop

This PR moves all the range methods that return a Parser::Source::Range out of Util and into their own mixin. Breaking out these methods meant that the new mixin needed to be included in the cops ...