class RuboCop::AST::HashElementNode::HashElementDelta

def keyword_splat?

def keyword_splat?
  [first, second].any?(&:kwsplat_type?)
end