class RuboCop::Cop::Style::AlignArray
Here we check if the elements of a multi-line array literal are aligned.
Constants
- MSG
Public Instance Methods
on_array(node)
click to toggle source
# File lib/rubocop/cop/style/align_array.rb, line 14 def on_array(node) check_alignment(node.children) end