module RuboCop::Cop::DigHelp

def dig_chain_enabled?

def dig_chain_enabled?
  @config.for_cop('Style/DigChain')['Enabled']
end