class RuboCop::AST::DefNode

def node_parts

Returns:
  • (Array) - the different parts of the `def` or `defs` node
def node_parts
  to_a.reverse
end