Update RBI files for nokogiri.
This commit is contained in:
parent
6fd8c7469b
commit
279a0683af
@ -1,6 +1,6 @@
|
|||||||
# DO NOT EDIT MANUALLY
|
# DO NOT EDIT MANUALLY
|
||||||
# This is an autogenerated file for types exported from the `nokogiri` gem.
|
# This is an autogenerated file for types exported from the `nokogiri` gem.
|
||||||
# Please instead update this file by running `tapioca sync`.
|
# Please instead update this file by running `bin/tapioca sync`.
|
||||||
|
|
||||||
# typed: true
|
# typed: true
|
||||||
|
|
||||||
@ -742,7 +742,7 @@ class Nokogiri::XML::Document < ::Nokogiri::XML::Node
|
|||||||
def collect_namespaces; end
|
def collect_namespaces; end
|
||||||
def create_cdata(string, &block); end
|
def create_cdata(string, &block); end
|
||||||
def create_comment(string, &block); end
|
def create_comment(string, &block); end
|
||||||
def create_element(name, *args, &block); end
|
def create_element(name, *contents_or_attrs, &block); end
|
||||||
def create_entity(*_arg0); end
|
def create_entity(*_arg0); end
|
||||||
def create_text_node(string, &block); end
|
def create_text_node(string, &block); end
|
||||||
def decorate(node); end
|
def decorate(node); end
|
||||||
Loading…
x
Reference in New Issue
Block a user