sorbet/rbi/gems/rexml.rbi in ech_config-0.0.2 vs sorbet/rbi/gems/rexml.rbi in ech_config-0.0.3
- old
+ new
@@ -5,11 +5,11 @@
#
# If you would like to make changes to this file, great! Please create the gem's shim here:
#
# https://github.com/sorbet/sorbet-typed/new/master?filename=lib/rexml/all/rexml.rbi
#
-# rexml-3.2.5
+# rexml-3.2.6
module REXML
end
module REXML::Security
def self.entity_expansion_limit; end
@@ -164,12 +164,14 @@
def external; end
def initialize(stream, value = nil, parent = nil, reference = nil); end
def name; end
def ndata; end
def normalized; end
+ def parent=(other); end
def pubid; end
def ref; end
+ def resolve_value; end
def self.matches?(string); end
def to_s; end
def unnormalized; end
def value; end
def write(out, indent = nil); end
@@ -271,11 +273,11 @@
def hash; end
def initialize(first, second = nil, parent = nil); end
def inspect; end
def namespace(arg = nil); end
def node_type; end
- def normalized=(arg0); end
+ def normalized=(new_normalized); end
def prefix; end
def remove; end
def to_s; end
def to_string; end
def value; end
@@ -310,17 +312,19 @@
def PrimaryExpr(path, parsed); end
def RelationalExpr(path, parsed); end
def RelativeLocationPath(path, parsed); end
def UnaryExpr(path, parsed); end
def UnionExpr(path, parsed); end
- def abbreviate(path); end
- def expand(path); end
+ def abbreviate(path_or_parsed); end
+ def expand(path_or_parsed); end
def get_group(string); end
def namespaces=(namespaces); end
def parse(path); end
def parse_args(string); end
+ def preciate_to_string(parsed, &block); end
def predicate(path); end
- def predicate_to_string(path, &block); end
+ def predicate_to_path(parsed, &block); end
+ def quote_literal(literal); end
include REXML::XMLTokens
end
module REXML::DClonable
end
class REXML::XPathParser