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:
parent
be7319bd98
commit
f5cd81be7e
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
module Plist
|
module Plist
|
||||||
class << self
|
class << self
|
||||||
def parse_xml(filename_or_xml); end
|
def parse_xml(filename_or_xml, options = T.unsafe(nil)); end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -38,7 +38,7 @@ class Plist::Emit::PlistBuilder
|
|||||||
end
|
end
|
||||||
|
|
||||||
class Plist::Listener
|
class Plist::Listener
|
||||||
def initialize; end
|
def initialize(options = T.unsafe(nil)); end
|
||||||
|
|
||||||
def open; end
|
def open; end
|
||||||
def open=(_arg0); end
|
def open=(_arg0); end
|
||||||
@ -90,10 +90,12 @@ class Plist::PString < ::Plist::PTag
|
|||||||
end
|
end
|
||||||
|
|
||||||
class Plist::PTag
|
class Plist::PTag
|
||||||
def initialize; end
|
def initialize(options); end
|
||||||
|
|
||||||
def children; end
|
def children; end
|
||||||
def children=(_arg0); end
|
def children=(_arg0); end
|
||||||
|
def options; end
|
||||||
|
def options=(_arg0); end
|
||||||
def text; end
|
def text; end
|
||||||
def text=(_arg0); end
|
def text=(_arg0); end
|
||||||
def to_ruby; end
|
def to_ruby; end
|
Loading…
x
Reference in New Issue
Block a user