class RuboCop::Cop::Style::AlignArray
aligned.
Here we check if the elements of a multi-line array literal are
def on_array(node)
def on_array(node) check_alignment(node.children) end
aligned.
Here we check if the elements of a multi-line array literal are
def on_array(node) check_alignment(node.children) end