From 4b2ce255ecf1ebe778ff6c0144afeb5fda180c1c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 25 Feb 2025 19:00:23 +0000 Subject: [PATCH] Update RBI files for sorbet. Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow. --- Library/Homebrew/sorbet/rbi/dsl/livecheck.rbi | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Library/Homebrew/sorbet/rbi/dsl/livecheck.rbi b/Library/Homebrew/sorbet/rbi/dsl/livecheck.rbi index f900f942d9..94aca262d1 100644 --- a/Library/Homebrew/sorbet/rbi/dsl/livecheck.rbi +++ b/Library/Homebrew/sorbet/rbi/dsl/livecheck.rbi @@ -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