Update RBI files for public_suffix.

This commit is contained in:
BrewTestBot 2022-04-12 18:19:36 +00:00
parent 4c9624076d
commit 7c273dc5b5
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 5 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# typed: true
# DO NOT EDIT MANUALLY
# 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`.
# typed: true
module PublicSuffix
class << self
def decompose(name, rule); end

View File

@ -158,6 +158,9 @@ module Cask
sig { returns(T::Boolean) }
def verbose?; end
sig { returns(T::Boolean) }
def zap?; end
sig { returns(T::Boolean) }
def installed_as_dependency?; end