class RuboCop::Cop::Style::RedundantDoubleSplatHashBraces

def extract_send_methods(kwsplat)

def extract_send_methods(kwsplat)
  kwsplat.each_descendant(:send, :csend)
end