We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ccac66a + 9d233f7 commit 17f5871Copy full SHA for 17f5871
1 file changed
stdlib/zlib/0/gzip_writer.rbs
@@ -161,6 +161,6 @@ module Zlib
161
# `:external_encoding`, `:internal_encoding` and `:encoding` may be set as in
162
# IO::new.
163
#
164
- def initialize: (_Writer io, Integer level, Integer strategy, **untyped opts) -> void
+ def initialize: (_Writer io, ?Integer level, ?Integer strategy, **untyped opts) -> void
165
end
166
0 commit comments