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