class RuboCop::Cop::Style::ClosingParenthesisIndentation
def fixed_parameter_indentation?
def fixed_parameter_indentation? config.for_cop('Style/AlignParameters')['EnforcedStyle'] == 'with_fixed_indentation' end
def fixed_parameter_indentation? config.for_cop('Style/AlignParameters')['EnforcedStyle'] == 'with_fixed_indentation' end