Skip to content

Commit

Permalink
Update .rbi definition
Browse files Browse the repository at this point in the history
  • Loading branch information
julik committed Aug 11, 2024
1 parent 938f58b commit 87dddc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rbi/zip_kit.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -1892,7 +1892,7 @@ end, T.untyped)
# _@param_ `kwargs_for_streamer_new` — Any options to pass to Streamer, see {Streamer#initialize}
#
# _@return_ — the size of the resulting archive, in bytes
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) }
def self.estimate(**kwargs_for_streamer_new, &blk); end

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

0 comments on commit 87dddc3

Please sign in to comment.