class RuboCop::AST::KeywordSplatNode

def operator

Returns:
  • (String) - the double splat operator
def operator
  DOUBLE_SPLAT
end