# File test/test_unified_ruby.rb, line 52 def test_call_array_args @insert = s(:call, s(:lit, 42), :y, s(:array)) @expect = s(:call, s(:lit, 42), :y, s(:arglist)) doit end