Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
self
/
root
/
proc
/
self
/
root
/
opt
/
ruby-2.7
/
usr
/
share
/
ri
/
2.7.0
/
system
/
REXML
/
Attributes
/
//proc/self/root/proc/self/root/opt/ruby-2.7/usr/share/ri/2.7.0/system/REXML/Attributes/delete-i.ri
U:RDoc::AnyMethod[iI"delete:ETI"REXML::Attributes#delete;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"Removes an attribute;To:RDoc::Markup::List: @type: NOTE:@items[o:RDoc::Markup::ListItem:@label[I"attribute;T; [o; ; [I"Feither a String, which is the name of the attribute to remove -- ;TI"Cnamespaces are significant here -- or the attribute to remove.;To;;[I"Returns;T; [o; ; [I"the owning element;To:RDoc::Markup::Verbatim; [ I"Edoc = Document.new "<a y:foo='0' x:foo='1' foo='3' z:foo='4'/>" ;TI"Pdoc.root.attributes.delete 'foo' #-> <a y:foo='0' x:foo='1' z:foo='4'/>" ;TI"Fdoc.root.attributes.delete 'x:foo' #-> <a y:foo='0' z:foo='4'/>" ;TI"7attr = doc.root.attributes.get_attribute('y:foo') ;TI";doc.root.attributes.delete attr #-> <a z:foo='4'/>";T:@format0: @fileI"lib/rexml/element.rb;T:0@omit_headings_from_table_of_contents_below000[ I"( attribute );T@&TI"Attributes;TcRDoc::NormalClass00