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