# File lib/ruby2ruby.rb, line 926 def rewrite_svalue(exp) case exp.last.first when :array s(:svalue, *exp[1][1..-1]) when :splat exp else raise "huh: #{exp.inspect}" end end