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:
parent
16420cca2c
commit
7b05fd477f
@ -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
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user