module RuboCop::Cop::DigHelp
Help methods for working with ‘Enumerable#dig` in cops. Used by `Style::DigChain` and `Style::SingleArgumentDig`
Private Instance Methods
Source
# File lib/rubocop/cop/mixin/dig_help.rb, line 22 def dig_chain_enabled? @config.cop_enabled?('Style/DigChain') end