RuboCop::Cop
Here we check if the elements of a multi-line array literal are aligned.
# File lib/rubocop/cop/style/align_array.rb, line 13 def on_array(node) check_alignment(node.children) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.