We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4151522 + 8bbee83 commit 3c59dd5Copy full SHA for 3c59dd5
1 file changed
stdlib/zlib/0/gzip_writer.rbs
@@ -162,6 +162,6 @@ module Zlib
162
# `:external_encoding`, `:internal_encoding` and `:encoding` may be set as in
163
# IO::new.
164
#
165
- def initialize: (_Writer io, ?Integer level, ?Integer strategy, **untyped opts) -> void
+ def initialize: (_Writer io, ?Integer? level, ?Integer? strategy, **untyped opts) -> void
166
end
167
0 commit comments