Update RBI files for nokogiri.

This commit is contained in:
BrewTestBot 2021-04-08 06:04:09 +00:00
parent 6fd8c7469b
commit 279a0683af
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -1,6 +1,6 @@
# DO NOT EDIT MANUALLY
# 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
@ -742,7 +742,7 @@ class Nokogiri::XML::Document < ::Nokogiri::XML::Node
def collect_namespaces; end
def create_cdata(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_text_node(string, &block); end
def decorate(node); end