Sha256: 153ca5a7f137409225fb9770325ad73c886434f9ee81bca0ed2ecf935deae133
Contents?: true
Size: 472 Bytes
Versions: 172
Compression:
Stored size: 472 Bytes
Contents
# frozen_string_literal: true module Nokogiri module XML ### # Represents an attribute declaration in a DTD class AttributeDecl < Nokogiri::XML::Node undef_method :attribute_nodes undef_method :attributes undef_method :content undef_method :namespace undef_method :namespace_definitions undef_method :line if method_defined?(:line) private def inspect_attributes [:to_s] end end end end
Version data entries
172 entries across 172 versions & 6 rubygems