Skip to content

Commit

Permalink
Update RBI files for elftools.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewTestBot committed Apr 23, 2024
1 parent 93c10a2 commit 4e047dc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Library/Homebrew/sorbet/rbi/dsl/homebrew/env_config.rbi

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

9 changes: 9 additions & 0 deletions Library/Homebrew/sorbet/rbi/parlour.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,15 @@ class Formula
sig { params(args: T.untyped, options: T.untyped, block: T.untyped).returns(T.untyped) }
def version(*args, **options, &block); end

sig { params(args: T.untyped, options: T.untyped, block: T.untyped).returns(T.untyped) }
def allow_network_access!(*args, **options, &block); end

sig { params(args: T.untyped, options: T.untyped, block: T.untyped).returns(T.untyped) }
def deny_network_access!(*args, **options, &block); end

sig { params(args: T.untyped, options: T.untyped, block: T.untyped).returns(T::Boolean) }
def network_access_allowed?(*args, **options, &block); end

sig { params(args: T.untyped, options: T.untyped, block: T.untyped).returns(T::Boolean) }
def loaded_from_api?(*args, **options, &block); end

Expand Down

0 comments on commit 4e047dc

Please sign in to comment.