Return a splatted symbol for sym.
sym
1386 1387 1388
# File 'lib/ruby2ruby.rb', line 1386 def splat(sym) :"*#{sym}" end