Skip to content

Commit

Permalink
Update RBI files for sorbet-static-and-runtime.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewTestBot committed Jun 21, 2024
1 parent 739540e commit ea55a5b
Showing 1 changed file with 6 additions and 3 deletions.
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 ea55a5b

Please sign in to comment.