390391392393394395396397
private ZlibInflate infl; @JRubyMethod(name = "initialize", rest = true, visibility = Visibility.PRIVATE) public IRubyObject _initialize(IRubyObject[] args) throws Exception { infl = new ZlibInflate(this); return this; }