class RuboCop::AST::KeywordSplatNode

def node_parts

Returns:
  • (Array) - the different parts of the `kwsplat`
def node_parts
  [self, self]
end