#remove_attribute(name) ⇒ ObjectAlso known as:
delete
Remove the attribute named name
643
644
645
646
647
# File 'lib/nokogiri/xml/node.rb', line 643defremove_attribute(name)attr=attributes[name].removeifkey?(name)clear_xpath_contextifNokogiri.jruby?attrend