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