class RuboCop::Cop::Layout::ExtraSpacing

def aligned_with_previous_comment?(ix)

def aligned_with_previous_comment?(ix)
  ix > 0 && comment_column(ix - 1) == comment_column(ix)
end