Update RBI files for sorbet.

Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
This commit is contained in:
BrewTestBot 2025-02-25 19:00:23 +00:00
parent 92f4ff88e4
commit 4b2ce255ec
No known key found for this signature in database

View File

@ -5,4 +5,7 @@
# Please instead update this file by running `bin/tapioca dsl Livecheck`.
class Livecheck; end
class Livecheck
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
def url_options(*args, &block); end
end