class RuboCop::Cop::Layout::ClosingParenthesisIndentation

def indentation_width

def indentation_width
  @config.for_cop('IndentationWidth')['Width'] || 2
end