We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 938f58b commit 87dddc3Copy full SHA for 87dddc3
rbi/zip_kit.rbi
@@ -1892,7 +1892,7 @@ end, T.untyped)
1892
# _@param_ `kwargs_for_streamer_new` — Any options to pass to Streamer, see {Streamer#initialize}
1893
#
1894
# _@return_ — the size of the resulting archive, in bytes
1895
- sig { params(kwargs_for_streamer_new: T.untyped, blk: T.proc.params(the: SizeEstimator).void).returns(Integer) }
+ sig { params(kwargs_for_streamer_new: T.untyped, blk: T.proc.params(estimator: SizeEstimator).void).returns(Integer) }
1896
def self.estimate(**kwargs_for_streamer_new, &blk); end
1897
1898
# Add a fake entry to the archive, to see how big it is going to be in the end.
0 commit comments