Sha256: 870bfb685be5ff57b34267e9f734dc221dded17449f0a587cdfa3b07aa5f63b1
Contents?: true
Size: 224 Bytes
Versions: 48
Compression:
Stored size: 224 Bytes
Contents
# frozen_string_literal: true module Nokogiri module XML class XPath class SyntaxError < XML::SyntaxError def to_s [super.chomp, str1].compact.join(': ') end end end end end
Version data entries
48 entries across 46 versions & 3 rubygems