class RuboCop::AST::DefinedNode

available to all ‘send` nodes within RuboCop.
plain node when the builder constructs the AST, making its methods
A node extension for `defined?` nodes. This will be used in place of a

def node_parts

def node_parts
  [nil, :defined?, *to_a]
end