Skip to content

Commit

Permalink
Update RBI files for addressable.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewTestBot committed Jun 21, 2024
1 parent 16420cc commit 7b05fd4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions Library/Homebrew/sorbet/rbi/parlour.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -357,9 +357,6 @@ module Cask
def discontinued?; end
end

sig { returns(T::Boolean) }
def on_system_blocks_exist?; end

sig { returns(T::Boolean) }
def deprecated?; end

Expand All @@ -368,6 +365,12 @@ module Cask

sig { returns(T::Boolean) }
def livecheckable?; end

sig { returns(T::Boolean) }
def on_system_blocks_exist?; end

sig { returns(T::Boolean) }
def depends_on_set_in_block?; end
end
end

Expand Down

0 comments on commit 7b05fd4

Please sign in to comment.