Update RBI files for plist.

Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
This commit is contained in:
BrewTestBot 2023-02-22 18:21:36 +00:00
parent be7319bd98
commit f5cd81be7e
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -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