class RuboCop::Cop::Style::InverseMethods

def inverse_blocks

def inverse_blocks
  @inverse_blocks ||= cop_config['InverseBlocks']
                      .merge(cop_config['InverseBlocks'].invert)
end