Skip to content

Commit 87dddc3

Browse files
committed
Update .rbi definition
1 parent 938f58b commit 87dddc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rbi/zip_kit.rbi

+1-1
Original file line numberDiff line numberDiff line change
@@ -1892,7 +1892,7 @@ end, T.untyped)
18921892
# _@param_ `kwargs_for_streamer_new` — Any options to pass to Streamer, see {Streamer#initialize}
18931893
#
18941894
# _@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) }
1895+
sig { params(kwargs_for_streamer_new: T.untyped, blk: T.proc.params(estimator: SizeEstimator).void).returns(Integer) }
18961896
def self.estimate(**kwargs_for_streamer_new, &blk); end
18971897

18981898
# Add a fake entry to the archive, to see how big it is going to be in the end.

0 commit comments

Comments
 (0)