Merge pull request #8763 from Homebrew/tapioca-update

sorbet: update RBI files using Tapioca.
This commit is contained in:
Mike McQuaid 2020-09-18 14:26:55 +01:00 committed by GitHub
commit 5b70d1b508
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 3 deletions

View File

@ -638,7 +638,6 @@ false:
- ./test/rubocops/components_redundancy_spec.rb
- ./test/rubocops/conflicts_spec.rb
- ./test/rubocops/dependency_order_spec.rb
- ./test/rubocops/deprecate_spec.rb
- ./test/rubocops/formula_desc_spec.rb
- ./test/rubocops/homepage_spec.rb
- ./test/rubocops/lines_spec.rb
@ -903,7 +902,6 @@ true:
- ./rubocops/cask/constants/stanza.rb
- ./rubocops/cask/desc.rb
- ./rubocops/cask/extend/string.rb
- ./rubocops/deprecate.rb
- ./tap_constants.rb
- ./test/support/helper/fixtures.rb
- ./test/support/lib/config.rb
@ -965,4 +963,4 @@ strict:
- ./requirements.rb
- ./requirements/osxfuse_requirement.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.down(); end
def self.erase_char(); end
def self.erase_line(); end
def self.green(); end
def self.italic(); end
def self.left(); end
def self.magenta(); end
def self.no_underline(); end
@ -23807,10 +23815,14 @@ module Tty
def self.reset(); end
def self.right(); end
def self.strikethrough(); end
def self.underline(); end
def self.up(); end
def self.yellow(); end
end