module RuboCop::Cop::HashSubset

Common functionality for Style/HashExcept and Style/HashSlice cops. It registers an offense on methods with blocks that are equivalent to Hash#except or Hash#slice. rubocop:disable Metrics/ModuleLength