From f5cd81be7ee35a12b1338fa61de3eadaa3dbe025 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 22 Feb 2023 18:21:36 +0000 Subject: [PATCH] Update RBI files for plist. Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow. --- .../sorbet/rbi/gems/{plist@3.6.0.rbi => plist@3.7.0.rbi} | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) rename Library/Homebrew/sorbet/rbi/gems/{plist@3.6.0.rbi => plist@3.7.0.rbi} (93%) diff --git a/Library/Homebrew/sorbet/rbi/gems/plist@3.6.0.rbi b/Library/Homebrew/sorbet/rbi/gems/plist@3.7.0.rbi similarity index 93% rename from Library/Homebrew/sorbet/rbi/gems/plist@3.6.0.rbi rename to Library/Homebrew/sorbet/rbi/gems/plist@3.7.0.rbi index 4e521bb855..d621be496b 100644 --- a/Library/Homebrew/sorbet/rbi/gems/plist@3.6.0.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/plist@3.7.0.rbi @@ -6,7 +6,7 @@ module Plist class << self - def parse_xml(filename_or_xml); end + def parse_xml(filename_or_xml, options = T.unsafe(nil)); end end end @@ -38,7 +38,7 @@ class Plist::Emit::PlistBuilder end class Plist::Listener - def initialize; end + def initialize(options = T.unsafe(nil)); end def open; end def open=(_arg0); end @@ -90,10 +90,12 @@ class Plist::PString < ::Plist::PTag end class Plist::PTag - def initialize; end + def initialize(options); end def children; end def children=(_arg0); end + def options; end + def options=(_arg0); end def text; end def text=(_arg0); end def to_ruby; end