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