# File lib/unified_ruby.rb, line 125 def rewrite_fcall(exp) exp[0] = :call exp.insert 1, nil exp.push nil if exp.size <= 3 rewrite_call(exp) end