Add new `Performance/DeletePrefix` and `Performance/DeleteSuffix` cops by koic · Pull Request #105 · rubocop/rubocop-performance

This PR adds new Performance/DeletePrefix and Performance/DeleteSuffix cops. In Ruby 2.5, String#delete_prefix and String#delete_suffix have been added. https://ruby-doc.org/core-2.5.8/String.html...