Skip to content
Snippets Groups Projects
Unverified Commit 279a0683 authored by BrewTestBot's avatar BrewTestBot
Browse files

Update RBI files for nokogiri.

parent 6fd8c746
No related branches found
No related tags found
No related merge requests found
# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment