#remove_attribute(name) ⇒ ObjectAlso known as:
delete
Remove the attribute named name
718
719
720
721
722
# File 'lib/nokogiri/xml/node.rb', line 718defremove_attribute(name)attr=attributes[name].removeifkey?(name)clear_xpath_contextifNokogiri.jruby?attrend