Parent

Methods

Files

Class/Module Index [+]

Quicksearch

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 13
def on_array(node)
  check_alignment(node.children)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.