[prototype] Hardcode `initialize` method's return type as void · Issue #603 · ruby/rbs

The returned value of initialize method is ignored if it is called from Class#new. So in most cases, we can mark the returned type of initialize as void. I think the prototype generators should gen...