# File lib/ruby19_parser.rb, line 5095
def _reduce_393(val, _values, result)
                      args, body = val

                      args = 0 if args == s(:args)

                      call = new_call nil, :lambda
                      result = new_iter call, args, body
                    
    result
end