Sha256: 3e07ee4cc22afddae78b7980acd902bb339159c71daa7fee52953d651029c2c4
Contents?: true
Size: 351 Bytes
Versions: 163
Compression:
Stored size: 351 Bytes
Contents
# frozen_string_literal: true module Nokogiri module XML class ElementDecl < Nokogiri::XML::Node undef_method :namespace undef_method :namespace_definitions undef_method :line if method_defined?(:line) def inspect "#<#{self.class.name}:#{sprintf("0x%x", object_id)} #{to_s.inspect}>" end end end end
Version data entries
163 entries across 156 versions & 6 rubygems