Update RBI files for public_suffix.
This commit is contained in:
parent
4c9624076d
commit
7c273dc5b5
@ -1,9 +1,9 @@
|
|||||||
|
# typed: true
|
||||||
|
|
||||||
# DO NOT EDIT MANUALLY
|
# DO NOT EDIT MANUALLY
|
||||||
# This is an autogenerated file for types exported from the `public_suffix` gem.
|
# This is an autogenerated file for types exported from the `public_suffix` gem.
|
||||||
# Please instead update this file by running `bin/tapioca gem public_suffix`.
|
# Please instead update this file by running `bin/tapioca gem public_suffix`.
|
||||||
|
|
||||||
# typed: true
|
|
||||||
|
|
||||||
module PublicSuffix
|
module PublicSuffix
|
||||||
class << self
|
class << self
|
||||||
def decompose(name, rule); end
|
def decompose(name, rule); end
|
||||||
@ -158,6 +158,9 @@ module Cask
|
|||||||
sig { returns(T::Boolean) }
|
sig { returns(T::Boolean) }
|
||||||
def verbose?; end
|
def verbose?; end
|
||||||
|
|
||||||
|
sig { returns(T::Boolean) }
|
||||||
|
def zap?; end
|
||||||
|
|
||||||
sig { returns(T::Boolean) }
|
sig { returns(T::Boolean) }
|
||||||
def installed_as_dependency?; end
|
def installed_as_dependency?; end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user