class RuboCop::Cop::Layout::CommentIndentation

def less_indented?(line)

def less_indented?(line)
  /^\s*(end\b|[)}\]])/.match?(line)
end