Sha256: 377f99ae0fbc00245986b26ae267860da0d48f4dc09db4accecd5dac799e787f
Contents?: true
Size: 230 Bytes
Versions: 48
Compression:
Stored size: 230 Bytes
Contents
# frozen_string_literal: true require 'nokogiri/xml/xpath/syntax_error' module Nokogiri module XML class XPath # The Nokogiri::XML::Document tied to this XPath instance attr_accessor :document end end end
Version data entries
48 entries across 46 versions & 3 rubygems