class RuboCop::Cop::Layout::FirstArgumentIndentation

def should_check?(node)

def should_check?(node)
  node.arguments? && !bare_operator?(node) && !node.setter_method?
end