Update RBI files for addressable.

Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
This commit is contained in:
BrewTestBot 2024-06-21 15:57:13 +00:00
parent 16420cca2c
commit 7b05fd477f
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 8 additions and 4 deletions

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for types exported from the `addressable` gem.
# Please instead update this file by running `bin/tapioca gem addressable`.
# Addressable is a library for processing links and URIs.
#
# source://addressable//lib/addressable/version.rb#22
@ -637,7 +638,7 @@ class Addressable::Template::MatchData
# @param key [String, Symbol, Fixnum] Capture index or name. Note that when accessing by with index
# of 0, the full URI will be returned. The intention is to mimic
# the ::MatchData#[] behavior.
# @param len [#to_int, nil] If provided, an array of values will be returend with the given
# @param len [#to_int, nil] If provided, an array of values will be returned with the given
# parameter used as length.
# @return [Array, String, nil] The captured value corresponding to the index or name. If the
# value was not provided or the key is unknown, nil will be

View File

@ -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
@ -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