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
2d2282196f
commit
428450dd94
@ -4,13 +4,13 @@
|
||||
# This is an autogenerated file for types exported from the `plist` gem.
|
||||
# Please instead update this file by running `bin/tapioca gem plist`.
|
||||
|
||||
# source://plist//lib/plist/generator.rb#174
|
||||
# source://plist//lib/plist/generator.rb#172
|
||||
class Array
|
||||
include ::Enumerable
|
||||
include ::Plist::Emit
|
||||
end
|
||||
|
||||
# source://plist//lib/plist/generator.rb#178
|
||||
# source://plist//lib/plist/generator.rb#176
|
||||
class Hash
|
||||
include ::Enumerable
|
||||
include ::Plist::Emit
|
||||
@ -92,7 +92,7 @@ module Plist::Emit
|
||||
# source://plist//lib/plist/generator.rb#55
|
||||
def save_plist(obj, filename, options = T.unsafe(nil)); end
|
||||
|
||||
# source://plist//lib/plist/generator.rb#162
|
||||
# source://plist//lib/plist/generator.rb#160
|
||||
def wrap(contents); end
|
||||
end
|
||||
end
|
||||
@ -112,16 +112,16 @@ class Plist::Emit::PlistBuilder
|
||||
|
||||
private
|
||||
|
||||
# source://plist//lib/plist/generator.rb#157
|
||||
# source://plist//lib/plist/generator.rb#155
|
||||
def comment_tag(content); end
|
||||
|
||||
# source://plist//lib/plist/generator.rb#125
|
||||
def data_tag(data, level); end
|
||||
|
||||
# source://plist//lib/plist/generator.rb#144
|
||||
# source://plist//lib/plist/generator.rb#142
|
||||
def element_type(item); end
|
||||
|
||||
# source://plist//lib/plist/generator.rb#140
|
||||
# source://plist//lib/plist/generator.rb#138
|
||||
def indent(str, level); end
|
||||
|
||||
# source://plist//lib/plist/generator.rb#113
|
||||
@ -171,9 +171,9 @@ class Plist::PArray < ::Plist::PTag
|
||||
def to_ruby; end
|
||||
end
|
||||
|
||||
# source://plist//lib/plist/parser.rb#250
|
||||
# source://plist//lib/plist/parser.rb#249
|
||||
class Plist::PData < ::Plist::PTag
|
||||
# source://plist//lib/plist/parser.rb#251
|
||||
# source://plist//lib/plist/parser.rb#250
|
||||
def to_ruby; end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user