class Nokogiri::XML::EntityDecl
def self.new(name, doc, *args)
def self.new(name, doc, *args) doc.create_entity(name, *args) end
def inspect_attributes
def inspect_attributes [:to_s] end
def self.new(name, doc, *args) doc.create_entity(name, *args) end
def inspect_attributes [:to_s] end