class RuboCop::Cop::Lint::UselessSetterCall::MethodVariableTracker
def constructor?(node)
def constructor?(node) return true if node.literal? return false unless node.send_type? node.method?(:new) end
def constructor?(node) return true if node.literal? return false unless node.send_type? node.method?(:new) end