class RuboCop::Cop::Layout::ClosingParenthesisIndentation
def check(node, elements)
def check(node, elements) if elements.empty? check_for_no_elements(node) else check_for_elements(node, elements) end end
def check(node, elements) if elements.empty? check_for_no_elements(node) else check_for_elements(node, elements) end end