# File lib/ruby2ruby.rb, line 626
  def splat(sym)
    "*#{sym}""*#{sym}"
  end