sorbet: update RBI files using Tapioca.

Autogenerated by [a scheduled GitHub Action](https://github.com/Homebrew/brew/blob/master/.github/workflows/tapioca.yml).
This commit is contained in:
BrewTestBot 2020-09-18 12:07:30 +00:00
parent b19be31de7
commit e03a1b822c
3 changed files with 13 additions and 3 deletions

View File

@ -638,7 +638,6 @@ false:
- ./test/rubocops/components_redundancy_spec.rb - ./test/rubocops/components_redundancy_spec.rb
- ./test/rubocops/conflicts_spec.rb - ./test/rubocops/conflicts_spec.rb
- ./test/rubocops/dependency_order_spec.rb - ./test/rubocops/dependency_order_spec.rb
- ./test/rubocops/deprecate_spec.rb
- ./test/rubocops/formula_desc_spec.rb - ./test/rubocops/formula_desc_spec.rb
- ./test/rubocops/homepage_spec.rb - ./test/rubocops/homepage_spec.rb
- ./test/rubocops/lines_spec.rb - ./test/rubocops/lines_spec.rb
@ -903,7 +902,6 @@ true:
- ./rubocops/cask/constants/stanza.rb - ./rubocops/cask/constants/stanza.rb
- ./rubocops/cask/desc.rb - ./rubocops/cask/desc.rb
- ./rubocops/cask/extend/string.rb - ./rubocops/cask/extend/string.rb
- ./rubocops/deprecate.rb
- ./tap_constants.rb - ./tap_constants.rb
- ./test/support/helper/fixtures.rb - ./test/support/helper/fixtures.rb
- ./test/support/lib/config.rb - ./test/support/lib/config.rb
@ -965,4 +963,4 @@ strict:
- ./requirements.rb - ./requirements.rb
- ./requirements/osxfuse_requirement.rb - ./requirements/osxfuse_requirement.rb
- ./rubocops.rb - ./rubocops.rb
- ./rubocops/rubocop-cask.rb - ./rubocops/rubocop-cask.rb

View File

@ -23795,10 +23795,18 @@ module Tty
def self.default(); end def self.default(); end
def self.down(); end
def self.erase_char(); end
def self.erase_line(); end
def self.green(); end def self.green(); end
def self.italic(); end def self.italic(); end
def self.left(); end
def self.magenta(); end def self.magenta(); end
def self.no_underline(); end def self.no_underline(); end
@ -23807,10 +23815,14 @@ module Tty
def self.reset(); end def self.reset(); end
def self.right(); end
def self.strikethrough(); end def self.strikethrough(); end
def self.underline(); end def self.underline(); end
def self.up(); end
def self.yellow(); end def self.yellow(); end
end end